about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Sommer <jan.sommer@dlr.de>2024-10-17 11:03:45 +0200
committerJan Sommer <jan.sommer@dlr.de>2024-10-17 23:11:45 +0200
commita09c54d4d34627444d4d1416930c11ffeebd0d2e (patch)
tree5c98ededf72821168e943bf920785c07df05ed9e
parent06d261daf62620e3449ba451898c7ad9ae750f41 (diff)
downloadrust-a09c54d4d34627444d4d1416930c11ffeebd0d2e.tar.gz
rust-a09c54d4d34627444d4d1416930c11ffeebd0d2e.zip
Bump libc to 0.2.161
-rw-r--r--library/Cargo.lock6
-rw-r--r--library/std/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index 59b76d8d442..268367cd9c1 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "addr2line"
@@ -158,9 +158,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.159"
+version = "0.2.161"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
+checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 358bd25ff1b..5f8dcde189b 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -39,7 +39,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
 addr2line = { version = "0.22.0", optional = true, default-features = false }
 
 [target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
-libc = { version = "0.2.159", default-features = false, features = [
+libc = { version = "0.2.161", default-features = false, features = [
     'rustc-dep-of-std',
 ], public = true }