From 9800ae2ceb24b2a3d7291da1decfdd8de9cb6b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:27:40 +0000 Subject: [PATCH] Bump cc from 1.2.56 to 1.2.57 in /rust Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.56 to 1.2.57. - [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.57) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.57 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/crates/nvtx-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 18ca08c..f09a75b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -39,9 +39,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.2.56" +version = "1.2.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" dependencies = [ "find-msvc-tools", "shlex", diff --git a/rust/crates/nvtx-sys/Cargo.toml b/rust/crates/nvtx-sys/Cargo.toml index 45249f1..9422897 100644 --- a/rust/crates/nvtx-sys/Cargo.toml +++ b/rust/crates/nvtx-sys/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true [build-dependencies] bindgen = "0.72.1" -cc = "1.2.56" +cc = "1.2.57" [dependencies] widestring = "1.2.1"