From e12ccc7d9d4970d0bf5938a1c9122fdcd75bbceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:46:08 +0000 Subject: [PATCH] Bump cc from 1.2.31 to 1.2.32 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.31 to 1.2.32. - [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.31...cc-v1.2.32) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f14c091..ca1f604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.31" +version = "1.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" +checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index c64da19..fbb5ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,10 @@ linux-raw-sys = { version = "0.10.0", default-features = false, features = [ log = "0.4.27" [build-dependencies] -cc = "1.2.31" +cc = "1.2.32" [dev-dependencies] -cc = "1.2.31" +cc = "1.2.32" rstest = { version = "0.26.1", default-features = false } tempfile = "3.20.0"