diff --git a/Cargo.lock b/Cargo.lock index 88f853ab..e9bf2557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,12 +51,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.83" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "libc", -] +checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 7fe05d81..3a6deac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ winapi = { version = "0.3.9", optional = true } [build-dependencies] # Only needed for Android, but cannot be target dependent # https://github.com/rust-lang/cargo/issues/4932 -cc = "1.0.67" +cc = "1.0.90" [dev-dependencies] dylib-dep = { path = "crates/dylib-dep" } diff --git a/crates/as-if-std/Cargo.toml b/crates/as-if-std/Cargo.toml index 7f12cfb5..1618058d 100644 --- a/crates/as-if-std/Cargo.toml +++ b/crates/as-if-std/Cargo.toml @@ -28,7 +28,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive'] [build-dependencies] # Dependency of the `backtrace` crate -cc = "1.0.67" +cc = "1.0.90" [features] default = ['backtrace']