diff --git a/Cargo.lock b/Cargo.lock index 3b98c47d2..c056c0716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,9 +310,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.104" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490" +checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 42c9fd471..c2f0259c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ vt100 = "0.15.2" # dev-dependencies assert_cmd = "2.0.7" -cc = "1.0.104" +cc = "1.0.106" criterion = { version = "0.5.1", features = ["html_reports"] } insta = "1.39.0" maplit = "1.0.2"