Skip to content

Commit

Permalink
Merge pull request #715 from rustic-rs/dependabot/cargo/libc-0.2.147
Browse files Browse the repository at this point in the history
build(deps): bump libc from 0.2.146 to 0.2.147
  • Loading branch information
aawsome committed Jun 27, 2023
2 parents 809c28b + 29c89c4 commit 8fd33cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ toml = { workspace = true }

[target.'cfg(not(windows))'.dependencies]
sha2 = { version = "0.10", features = ["asm"] }
libc = "0.2.146"
libc = "0.2.147"

[target.'cfg(windows)'.dependencies]
# unfortunately, the asm extensions do not build on MSVC, see https://github.com/RustCrypto/asm-hashes/issues/17
Expand Down

0 comments on commit 8fd33cc

Please sign in to comment.