diff --git a/Cargo.lock b/Cargo.lock index 2a930d97..290f393b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cc" -version = "1.0.92" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41" +checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index d0aa811d..027d1928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ strip = false ansi_term = "0.12.1" anstyle = "1.0.6" anyhow = "1.0.82" -cc = "1.0.92" +cc = "1.0.94" clap = { version = "4.5.4", features = [ "cargo", "derive",