diff --git a/Cargo.lock b/Cargo.lock index 29e0d18b661..9161feb0abb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" +checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" dependencies = [ "shlex", ] diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 0a3fae80936..14685410ada 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -53,7 +53,7 @@ termion = "4.0.3" winres = "0.1.12" [build-dependencies] -cc = "1.2.6" +cc = "1.2.7" [lints] workspace = true