diff options
| author | Nikolay Arhipov <n@arhipov.net> | 2023-06-06 16:09:05 +0300 |
|---|---|---|
| committer | Nikolay Arhipov <n@arhipov.net> | 2023-06-06 16:09:05 +0300 |
| commit | 032857e7e403f654129c45dc7e6718a9ad49e377 (patch) | |
| tree | 2209b1364884262147a92b93f63080c087acd2ad | |
| parent | ac48d49ff8c757ce8380b0ea0dc8048a841db192 (diff) | |
| download | rust-032857e7e403f654129c45dc7e6718a9ad49e377.tar.gz rust-032857e7e403f654129c45dc7e6718a9ad49e377.zip | |
Bumped libc version
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | library/std/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 82848043190..0355c45d7e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1902,9 +1902,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.145" +version = "0.2.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81" +checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" dependencies = [ "rustc-std-workspace-core", ] diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 74b61db0c1c..4b52894c509 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } -libc = { version = "0.2.145", default-features = false, features = ['rustc-dep-of-std'], public = true } +libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true } compiler_builtins = { version = "0.1.92" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } |
