From 32c393cccc1589177461b70f7c3b9af894986fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:40:32 +0000 Subject: [PATCH] Bump cc from 1.0.95 to 1.1.10 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.95 to 1.1.10. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.95...cc-v1.1.10) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 366f538f1..dd35cce3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,13 +189,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.95" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" +checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" dependencies = [ "jobserver", "libc", - "once_cell", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 52487fd3a..55a76e128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,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.1.10", features = ["parallel"] } [dev-dependencies] # These dependencies are shared with a lot of other Zebra dependencies.