]> git.lizzy.rs Git - rust.git/commitdiff
library std, libc dependency update
authorDavid Carlier <devnexen@gmail.com>
Mon, 4 Oct 2021 21:11:53 +0000 (22:11 +0100)
committerDavid Carlier <devnexen@gmail.com>
Tue, 5 Oct 2021 04:58:09 +0000 (05:58 +0100)
to solve #87528 build.

Cargo.lock
library/std/Cargo.toml

index a4e1ab6c1e4a871c8ae2271d57891241275d3959..b596e09828afa481b10f92c86a68b78766d42acf 100644 (file)
@@ -1892,9 +1892,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",
 ]
index 2b77dc54ab35cd3ccece5d7f37d2e85632c92177..6bc445c6f2b07b084ca4c110747bdcd84eba14ef 100644 (file)
@@ -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" }