From 10d81f8510dbb319113a185f255fec032cae489f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:52:49 +0000 Subject: [PATCH] Bump cc from 1.1.34 to 1.1.35 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.34 to 1.1.35. - [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.1.34...cc-v1.1.35) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/nvtx-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4c5a0e..8feb265 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.1.34" +version = "1.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9" +checksum = "0f57c4b4da2a9d619dd035f27316d7a426305b75be93d09e92f2b9229c34feaf" dependencies = [ "shlex", ] diff --git a/crates/nvtx-sys/Cargo.toml b/crates/nvtx-sys/Cargo.toml index f75541c..b44e1e7 100644 --- a/crates/nvtx-sys/Cargo.toml +++ b/crates/nvtx-sys/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true [build-dependencies] bindgen = "0.70.1" -cc = "1.1.34" +cc = "1.1.35" [dependencies] widestring = "1.1.0"