From 3ec0b79d920e038dd442c6accba87aa77a8914b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:07:46 +0000 Subject: [PATCH] chore: Bump cc from 1.1.5 to 1.1.24 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.5 to 1.1.24. - [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/cc-v1.1.5...cc-v1.1.24) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84b1316a..2533c213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.5" +version = "1.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" +checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938" +dependencies = [ + "shlex", +] [[package]] name = "cexpr" diff --git a/Cargo.toml b/Cargo.toml index 94a1e8aa..5e844cee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ anyhow = "1.0.86" bindgen = "0.69.4" camino = "1.1.9" cargo_metadata = "0.18.1" -cc = "1.1.0" +cc = "1.1.24" cfg-if = "1.0.0" clap = "4.5.9" clap-cargo = "0.14.1"