diff --git a/Cargo.lock b/Cargo.lock index 39f6640..af6d2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "cc" -version = "1.2.13" +version = "1.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda" +checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index ffe45a3..30bcdf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ license = "MIT" libc = "0.2.169" [build-dependencies] -cc = "1.2.13" +cc = "1.2.14"