aports/community/b3sum/libc.patch
Celeste 391ff636a6 community/b3sum: update to latest libc crate
libc 0.2.154 was yanked from crates.io
2024-05-19 01:31:05 +00:00

17 lines
534 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index bd7019b..0e2b6aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -247,9 +247,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linux-raw-sys"