From 0f685bc81a457327b7fba1c88b70044e71b7ecbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 06:16:55 +0000 Subject: [PATCH] chore: Bump cc from 1.2.10 to 1.2.12 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.10 to 1.2.12. - [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.2.10...cc-v1.2.12) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... 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 d40af4102..509e9ad72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.10" +version = "1.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" +checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index f64fdf447..d3898323d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ anyhow = "1.0.95" bindgen = "0.69.5" camino = "1.1.9" cargo_metadata = "0.18.1" -cc = "1.2.10" +cc = "1.2.12" cfg-if = "1.0.0" clap = "4.5.9" clap-cargo = "0.14.1"