summaryrefslogtreecommitdiff
path: root/community/bandwhich/update-rust-libc.patch
blob: 740a7cc1734fc8d99e1a2a46ed3af8201e73f8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/Cargo.lock b/Cargo.lock
index 2742af2..e376311 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -944,9 +944,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 
 [[package]]
 name = "libc"
-version = "0.2.152"
+version = "0.2.155"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
 
 [[package]]
 name = "linked-hash-map"