From c52dd9cf2ae7c8a5215c73d546954281469a813e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:47:42 +0000 Subject: [PATCH] chore(deps): bump cc from 1.2.56 to 1.2.58 in /rust Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.56 to 1.2.58. - [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.58) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.58 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9a6347d..dd31851 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.56" +version = "1.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" dependencies = [ "find-msvc-tools", "jobserver", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2a1af7a..16e936a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,6 +31,6 @@ std = [] rustdoc-args = ["--cfg", "docsrs"] [build-dependencies] -cc = { version = "1.1", features = ["parallel"] } +cc = { version = "1.2", features = ["parallel"] } link_args = "0.6" regex = { version = "1.11", features = [] }