about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-04-22 01:22:13 +0000
committerGitHub <noreply@github.com>2025-04-22 01:22:13 +0000
commit07a28ec2fb99d8b408c02e19558aca19b2358685 (patch)
tree7b0ebaa40b1d873c8b49e0e248d5aaea244e6d06
parent2fff8257ad58a3e48c58d3f50a33d3a7fc969d62 (diff)
parent6ea0fe5fc4558ed485cab1cd21c63a0e6cd35851 (diff)
downloadrust-07a28ec2fb99d8b408c02e19558aca19b2358685.tar.gz
rust-07a28ec2fb99d8b408c02e19558aca19b2358685.zip
Rollup merge of #140081 - Berrysoft:update-libc-172, r=tgross35
Update `libc` to 0.2.172

r? ````@joboet````
-rw-r--r--library/Cargo.lock4
-rw-r--r--library/std/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index e4f1c4ec96a..ba5e54db95d 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -157,9 +157,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.171"
+version = "0.2.172"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
+checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 917a470842c..c02efd997cf 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -35,7 +35,7 @@ miniz_oxide = { version = "0.8.0", optional = true, default-features = false }
 addr2line = { version = "0.24.0", optional = true, default-features = false }
 
 [target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
-libc = { version = "0.2.171", default-features = false, features = [
+libc = { version = "0.2.172", default-features = false, features = [
     'rustc-dep-of-std',
 ], public = true }