From 1e076c27e2c8f73dca66399b42ed08ce10c76c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:45:40 +0000 Subject: [PATCH] Bump cc from 1.2.56 to 1.2.59 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.56 to 1.2.59. - [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.56...cc-v1.2.59) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.59 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 862484f..84832a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.56" +version = "1.2.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" dependencies = [ "find-msvc-tools", "shlex", diff --git a/Cargo.toml b/Cargo.toml index cf6a20f..ccc5ee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ wu-diff = "0.1.2" pretty_assertions = "1.3.0" [build-dependencies] -cc = "1.2.13" +cc = "1.2.59" rayon = "1.7.0" version_check = "0.9.4"