diff --git a/Cargo.lock b/Cargo.lock index 85d76e3dc..add68d9a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" +checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 9e1a131f5..f1035a2e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ bindgen = ">= 0.64.0" # These dependencies are shared with a lot of other Zebra dependencies, # so they are configured to automatically upgrade to match Zebra. # But we try to use the latest versions here, to catch any bugs in `zcash_script`'s CI. -cc = { version = "1.0.94", features = ["parallel"] } +cc = { version = "1.0.96", features = ["parallel"] } # Treat minor versions with a zero major version as compatible (cargo doesn't by default). cxx-gen = ">= 0.7.107" syn = { version = "1.0.109", features = ["full", "printing"] }