diff --git a/Cargo.lock b/Cargo.lock index fed2a869a..0f5d620c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.68" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" dependencies = [ "jobserver", ] diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 2b4a3bd8a..1d57b1a7d 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -21,5 +21,5 @@ env_logger = "^0.8.3" lazy_static = "1" [build-dependencies] -cc = "1.0" +cc = "1.0.73" taskchampion-lib = { path = "../lib" }