build(deps): bump cc from 1.0.92 to 1.0.94 in the cargo group

Bumps the cargo group with 1 update: [cc](https://github.com/rust-lang/cc-rs).


Updates `cc` from 1.0.92 to 1.0.94
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.92...1.0.94)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 22:03:41 +00:00 committed by Amaan Qureshi
parent 3ab3b055ed
commit 8b28443d5e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -162,9 +162,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cc"
version = "1.0.92"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
dependencies = [
"jobserver",
"libc",

View file

@ -41,7 +41,7 @@ strip = false
ansi_term = "0.12.1"
anstyle = "1.0.6"
anyhow = "1.0.82"
cc = "1.0.92"
cc = "1.0.94"
clap = { version = "4.5.4", features = [
"cargo",
"derive",