From 47bd933e7de6c72ef832d4039c83aa963b75153e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:46:09 +0000 Subject: [PATCH] chore: Bump cc from 1.1.5 to 1.1.28 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.5 to 1.1.28. - [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.28) --- 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 7d521a67..3cf63c58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.5" +version = "1.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" +checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" +dependencies = [ + "shlex", +] [[package]] name = "cexpr" diff --git a/Cargo.toml b/Cargo.toml index 8254e142..fcff2dc7 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.28" cfg-if = "1.0.0" clap = "4.5.9" clap-cargo = "0.14.1"