diff --git a/Cargo.lock b/Cargo.lock index 177ac41..d75bfb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.25" +version = "1.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" +checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index b4a01c5..da72c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,10 @@ linux-raw-sys = { version = "0.9.4", default-features = false, features = [ log = "0.4.27" [build-dependencies] -cc = "1.2.25" +cc = "1.2.26" [dev-dependencies] -cc = "1.2.25" +cc = "1.2.26" rstest = { version = "0.25.0", default-features = false } tempfile = "3.20.0"