Rollup merge of #155332 - folkertdev:bump-std-libc-0.2.185, r=tgross35

bump std libc to `0.2.185`

https://github.com/rust-lang/libc/releases/tag/0.2.185

r? tgross35
This commit is contained in:
Jonathan Brouwer
2026-04-15 14:39:06 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -146,9 +146,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.184"
version = "0.2.185"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
dependencies = [
"rustc-std-workspace-core",
]
+1 -1
View File
@@ -33,7 +33,7 @@ miniz_oxide = { version = "0.8.0", optional = true, default-features = false }
addr2line = { version = "0.25.0", optional = true, default-features = false }
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
libc = { version = "0.2.184", default-features = false, features = [
libc = { version = "0.2.185", default-features = false, features = [
'rustc-dep-of-std',
], public = true }