Skip to content

Commit 4d40cdf

Browse files
committed
Update libc dependency of std to 0.2.140
1 parent e303661 commit 4d40cdf

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
@@ -2879,9 +2879,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
28792879

28802880
[[package]]
28812881
name = "libc"
2882-
version = "0.2.139"
2882+
version = "0.2.140"
28832883
source = "registry+https://github.com/rust-lang/crates.io-index"
2884-
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2884+
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
28852885
dependencies = [
28862886
"rustc-std-workspace-core",
28872887
]

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.139", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.140", default-features = false, features = ['rustc-dep-of-std'] }
1919
compiler_builtins = { version = "0.1.87" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)