Skip to content

Commit ee361ed

Browse files
build(deps): bump libc from 0.2.88 to 0.2.93 (#254)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.88 to 0.2.93. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.88...0.2.93) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bf77b5 commit ee361ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sha1-asm = { version = "0.4", optional = true }
2525
cpuid-bool = "0.2"
2626

2727
[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
28-
libc = { version = "0.2.88", optional = true }
28+
libc = { version = "0.2.93", optional = true }
2929

3030
[dev-dependencies]
3131
digest = { version = "0.9", features = ["dev"] }

sha2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sha2-asm = { version = "0.5", optional = true }
2525
cpuid-bool = "0.2"
2626

2727
[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
28-
libc = { version = "0.2.88", optional = true }
28+
libc = { version = "0.2.93", optional = true }
2929

3030
[dev-dependencies]
3131
digest = { version = "0.9", features = ["dev"] }

0 commit comments

Comments
 (0)