diff options
| author | Urgau <urgau@numericable.fr> | 2023-12-07 14:59:37 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-07 14:59:37 +0100 |
| commit | 19e11760ab8c2694875f4fdbeb4063706ceae009 (patch) | |
| tree | acb0912d0d02de95f272ee7b9c71fc8dcc3a4ca5 | |
| parent | f9a228df48f24f6596aeac5373efe9ee78e7f037 (diff) | |
| download | rust-19e11760ab8c2694875f4fdbeb4063706ceae009.tar.gz rust-19e11760ab8c2694875f4fdbeb4063706ceae009.zip | |
Update rustc_codegen_gcc libc
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7c186336927..ddfce5d59bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.147" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "linux-raw-sys" |
