From 5db92b1f6aa3df34bb27bdd1188198b214a56cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 16:30:47 +0000 Subject: [PATCH] Bump cc from 1.2.60 to 1.2.62 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.60 to 1.2.62. - [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.60...cc-v1.2.62) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.61 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 31d96ca..65b9796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,9 +751,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.60" +version = "1.2.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" +checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" dependencies = [ "find-msvc-tools", "jobserver", diff --git a/Cargo.toml b/Cargo.toml index 255251e..f1f77cc 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.60" +cc = "1.2.62" [dev-dependencies] criterion = "0.8.2" \ No newline at end of file