Skip to content

Commit 032857e

Browse files
committed
Bumped libc version
1 parent ac48d49 commit 032857e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1902,9 +1902,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
19021902

19031903
[[package]]
19041904
name = "libc"
1905-
version = "0.2.145"
1905+
version = "0.2.146"
19061906
source = "registry+https://github.com/rust-lang/crates.io-index"
1907-
checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81"
1907+
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
19081908
dependencies = [
19091909
"rustc-std-workspace-core",
19101910
]

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1717
panic_unwind = { path = "../panic_unwind", optional = true }
1818
panic_abort = { path = "../panic_abort" }
1919
core = { path = "../core", public = true }
20-
libc = { version = "0.2.145", default-features = false, features = ['rustc-dep-of-std'], public = true }
20+
libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
2121
compiler_builtins = { version = "0.1.92" }
2222
profiler_builtins = { path = "../profiler_builtins", optional = true }
2323
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)