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 | Bin 54279 -> 54279 bytes Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2a930d97c4337a042d8a7faf79130f9ac16c5fca..290f393b82d140fffe8ef139d261bbbb32b1b14f 100644 GIT binary patch delta 86 zcmZo)!Q8%rc|)7P=EG^AUEsc^aEsV`9O;asWlafp=5-pNUCOg)NZPpgNa|i&IJQ}+I diff --git a/Cargo.toml b/Cargo.toml index d0aa811d5..027d19289 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",