From 2a90f0ebcd5bd5fe59296da507bd4ebfbec0f064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:29:42 +0000 Subject: [PATCH] Bump cc from 1.2.47 to 1.2.49 in /rust Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.47 to 1.2.49. - [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.47...cc-v1.2.49) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.49 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 811465b..e280646 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -39,9 +39,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.2.47" +version = "1.2.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07" +checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" dependencies = [ "find-msvc-tools", "shlex", diff --git a/rust/crates/nvtx-sys/Cargo.toml b/rust/crates/nvtx-sys/Cargo.toml index 86f366f..d8fc9df 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.47" +cc = "1.2.49" [dependencies] widestring = "1.2.1"