From 8b28443d5e6376bcf1dbeb38828b04643ef6d1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:03:41 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a930d97..290f393b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index d0aa811d..027d1928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",