diff --git a/Cargo.lock b/Cargo.lock index 12873f2ae..71033865c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2186,9 +2186,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.149" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 8a2543398..4062705d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ hyper = { version = "0.14", features = [ "full" ] } hyper-staticfile = "0.9" indicatif = { version = "0.17.7", features = ["rayon"] } itertools = "0.11.0" -libc = "0.2.149" +libc = "0.2.150" mime_guess = "2.0.4" nbd = "0.2.3" nix = { version = "0.26", features = [ "feature", "uio" ] }