From 9f0b9b648d5348022ed015c2de851b49f0d38366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:07:00 +0000 Subject: [PATCH] Bump cc from 1.2.57 to 1.2.60 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.57 to 1.2.60. - [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.57...cc-v1.2.60) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.60 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 7e61063..d21239a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,9 +763,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.57" +version = "1.2.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" +checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" dependencies = [ "find-msvc-tools", "jobserver", diff --git a/Cargo.toml b/Cargo.toml index d3fcc73..39779ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ windows-registry = "0.6.1" winres = "0.1.12" [build-dependencies] -cc = "1.2.57" +cc = "1.2.60" [dev-dependencies] criterion = "0.8.2" \ No newline at end of file