Skip to content

Commit 0c48eef

Browse files
Bump cc from 1.0.83 to 1.0.94
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.83 to 1.0.94. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.83...1.0.94) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf9e0d2 commit 0c48eef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bindgen = ">= 0.64.0"
8787
# These dependencies are shared with a lot of other Zebra dependencies,
8888
# so they are configured to automatically upgrade to match Zebra.
8989
# But we try to use the latest versions here, to catch any bugs in `zcash_script`'s CI.
90-
cc = { version = "1.0.83", features = ["parallel"] }
90+
cc = { version = "1.0.94", features = ["parallel"] }
9191
# Treat minor versions with a zero major version as compatible (cargo doesn't by default).
9292
cxx-gen = ">= 0.7.107"
9393
syn = { version = "1.0.109", features = ["full", "printing"] }

0 commit comments

Comments
 (0)