diff --git a/Cargo.lock b/Cargo.lock index ac15272..90010e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.29" +version = "1.2.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" +checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index 69df133..bc4c8a7 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.29" +cc = "1.2.30" [dev-dependencies] -cc = "1.2.29" +cc = "1.2.30" rstest = { version = "0.25.0", default-features = false } tempfile = "3.20.0"