diff --git a/Cargo.lock b/Cargo.lock index 931653c0..ff657856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,13 +117,13 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.0.104" +version = "1.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490" +checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" dependencies = [ "jobserver", "libc", - "once_cell", + "shlex", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d919f0c9..36cf9499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ humantime = {version = "2.1.0"} [build-dependencies] bindgen = "0.69.4" -cc = { version = "1.0", features = ["parallel"] } +cc = { version = "1.2", features = ["parallel"] } pkg-config = "0.3" [features]