Skip to content

Commit 4b66432

Browse files
committed
Update libstd's libc to 0.2.135
1 parent 57781b2 commit 4b66432

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

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

19361936
[[package]]
19371937
name = "libc"
1938-
version = "0.2.131"
1938+
version = "0.2.135"
19391939
source = "registry+https://github.com/rust-lang/crates.io-index"
1940-
checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
1940+
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
19411941
dependencies = [
19421942
"rustc-std-workspace-core",
19431943
]

Diff for: library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cfg-if = { version = "1.0", 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.126", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.135", default-features = false, features = ['rustc-dep-of-std'] }
1919
compiler_builtins = { version = "0.1.73" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)