about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonah Petri <jonah@petri.us>2021-09-29 16:06:31 +0000
committerJonah Petri <jonah@petri.us>2021-10-06 14:33:13 +0000
commitbd821729cb2020aabbb16616af5cf32b1ba30ab4 (patch)
tree17b1f79435696eed0ecdde84d5d588b7025b2a7d
parentbc3eb354e753368060f5156b36ac3874ccc599b9 (diff)
downloadrust-bd821729cb2020aabbb16616af5cf32b1ba30ab4.tar.gz
rust-bd821729cb2020aabbb16616af5cf32b1ba30ab4.zip
Update libc to 0.2.103.
-rw-r--r--Cargo.lock4
-rw-r--r--library/std/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 890c5ce3ac4..197b2c8f3f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1879,9 +1879,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 [[package]]
 name = "libc"
-version = "0.2.99"
+version = "0.2.103"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
+checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 2b77dc54ab3..6bc445c6f2b 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -15,7 +15,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
 panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core" }
-libc = { version = "0.2.99", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.103", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.44" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }