Skip to content

Commit 75862b7

Browse files
build(deps): bump libc from 0.2.82 to 0.2.83 (#221)
1 parent 537a9ba commit 75862b7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.1"
2626

2727
[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
28-
libc = { version = "0.2.82", optional = true }
28+
libc = { version = "0.2.83", 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.1"
2626

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

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

0 commit comments

Comments
 (0)