diff options
| author | Ralf Jung <post@ralfj.de> | 2024-08-19 09:26:25 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-08-19 09:26:25 +0200 |
| commit | 5365b05fc9160f55c2729c2bf32030bbe92adc3b (patch) | |
| tree | 360276426a83bded0de125d56dbb925c544e6282 | |
| parent | 79f5c1605ebb4e3acfa41d90d6ae46d45cf8e9dc (diff) | |
library: bump libc dependency
| -rw-r--r-- | library/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock index 815f5bb1385..30f5076e1e2 100644 --- a/library/Cargo.lock +++ b/library/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.155" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" dependencies = [ "rustc-std-workspace-core", ] |
