Skip to content

Commit e48da37

Browse files
committed
bump std libc dependency
1 parent 9822e3d commit e48da37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ dependencies = [
141141

142142
[[package]]
143143
name = "libc"
144-
version = "0.2.172"
144+
version = "0.2.173"
145145
source = "registry+https://github.com/rust-lang/crates.io-index"
146-
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
146+
checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
147147
dependencies = [
148148
"rustc-std-workspace-core",
149149
]

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ miniz_oxide = { version = "0.8.0", optional = true, default-features = false }
3535
addr2line = { version = "0.25.0", optional = true, default-features = false }
3636

3737
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
38-
libc = { version = "0.2.172", default-features = false, features = [
38+
libc = { version = "0.2.173", default-features = false, features = [
3939
'rustc-dep-of-std',
4040
], public = true }
4141

0 commit comments

Comments
 (0)