Skip to content

Commit 204da52

Browse files
committed
Update libc dependency of std to 0.2.126
This is required for the next commit, which uses libc::GRND_INSECURE.
1 parent 536020c commit 204da52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,9 +2064,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
20642064

20652065
[[package]]
20662066
name = "libc"
2067-
version = "0.2.125"
2067+
version = "0.2.126"
20682068
source = "registry+https://github.com/rust-lang/crates.io-index"
2069-
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
2069+
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
20702070
dependencies = [
20712071
"rustc-std-workspace-core",
20722072
]

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1515
panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }
18-
libc = { version = "0.2.125", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.126", default-features = false, features = ['rustc-dep-of-std'] }
1919
compiler_builtins = { version = "0.1.71" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)