diff --git a/Cargo.lock b/Cargo.lock index f5e48c7b49abd..108deb027d718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3342,9 +3342,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.103" +version = "0.2.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" +checksum = "8e167738f1866a7ec625567bae89ca0d44477232a4f7c52b1c7f2adc2c98804f" [[package]] name = "libflate" @@ -7299,7 +7299,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 66e7c9195fbdb..3495783f19b13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -310,7 +310,7 @@ approx = "0.5.0" assert_cmd = "2.0.1" base64 = "0.13.0" criterion = { version = "0.3.5", features = ["html_reports", "async_tokio"] } -libc = "0.2.103" +libc = "0.2.111" libz-sys = "1.1.3" matches = "0.1.9" pretty_assertions = "1.0.0"