From cb9e9e1983c60d5cf9a01aef5477ebe9c07d63f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:57:42 +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 645606228..92b3b0e92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[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 621baf9a8..95583879c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,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"] } [dev-dependencies] # These dependencies are shared with a lot of other Zebra dependencies.