Skip to content

Commit

Permalink
build(deps): bump libc from 0.2.83 to 0.2.84 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 29, 2021
1 parent 75862b7 commit a76d561
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sha1/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ sha1-asm = { version = "0.4", optional = true }
cpuid-bool = "0.1"

[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
libc = { version = "0.2.83", optional = true }
libc = { version = "0.2.84", optional = true }

[dev-dependencies]
digest = { version = "0.9", features = ["dev"] }
Expand Down
2 changes: 1 addition & 1 deletion sha2/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ sha2-asm = { version = "0.5", optional = true }
cpuid-bool = "0.1"

[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
libc = { version = "0.2.83", optional = true }
libc = { version = "0.2.84", optional = true }

[dev-dependencies]
digest = { version = "0.9", features = ["dev"] }
Expand Down

0 comments on commit a76d561

Please sign in to comment.