diff --git a/Cargo.lock b/Cargo.lock index ca1f604..c1ba3b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.32" +version = "1.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e" +checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index fbb5ad2..d5883e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,10 @@ linux-raw-sys = { version = "0.10.0", default-features = false, features = [ log = "0.4.27" [build-dependencies] -cc = "1.2.32" +cc = "1.2.34" [dev-dependencies] -cc = "1.2.32" +cc = "1.2.34" rstest = { version = "0.26.1", default-features = false } tempfile = "3.20.0"