From cff4c9a998798bde6c0743f6d021e810c31f97ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:08:20 +0000 Subject: [PATCH] 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 | 8 ++++---- rust/crates/nvtx-sys/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 18ca08c..b67e877 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.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" dependencies = [ "find-msvc-tools", "shlex", @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "nvidia-nvtx" -version = "0.2.1" +version = "0.2.2" dependencies = [ "color-name", "derive_builder", @@ -269,7 +269,7 @@ dependencies = [ [[package]] name = "nvtx-sys" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bindgen", "cc", diff --git a/rust/crates/nvtx-sys/Cargo.toml b/rust/crates/nvtx-sys/Cargo.toml index 45249f1..fac48a1 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.58" [dependencies] widestring = "1.2.1"