From 0cfecb28e406d498028373c6b6d60633e670355c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:31:47 +0000 Subject: [PATCH] Bump cc from 1.2.25 to 1.2.31 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.25 to 1.2.31. - [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.25...cc-v1.2.31) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.31 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 df85713..95fd401 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "cc" -version = "1.2.25" +version = "1.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" +checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index 27053f1..a66d201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ libc = "0.2.172" [build-dependencies] bindgen = "0.71.1" -cc = "1.2.25" +cc = "1.2.31" cmake = "0.1.54" pkg-config = "0.3.32"