diff --git a/Cargo.lock b/Cargo.lock index a5d936d..7443a14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[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 87a437a..fa896b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ license = "MIT" libc = "0.2.170" [build-dependencies] -cc = "1.2.14" +cc = "1.2.15"