diff --git a/Cargo.lock b/Cargo.lock index a8ab859..acd5fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.14" +version = "1.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9" +checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index a33f0f4..ab38d8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,10 @@ linux-raw-sys = { version = "0.8.0", default-features = false, features = ["no_s log = "0.4.25" [build-dependencies] -cc = "1.2.14" +cc = "1.2.15" [dev-dependencies] -cc = "1.2.14" +cc = "1.2.15" lazy_static = "1.5.0" rstest = { version = "0.24.0", default-features = false } tempfile = "3.17.1"