From e1a49fd9b4d5eb88ccab50015cabfb3cce4add10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:52:16 +0000 Subject: [PATCH] Bump cc from 1.0.95 to 1.0.98 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.95 to 1.0.98. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.98) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85d76e3dc..1a6fb9495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.95" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" +checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 9e1a131f5..d43458c14 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.98", 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"] }