From 5df3b00ed3a2bf912a3ed5d5fd5381e4b5098284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:54:17 +0100 Subject: [PATCH] Bump cc from 1.2.0 to 1.2.1 (#75) Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.0 to 1.2.1. - [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.0...cc-v1.2.1) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8c4c796..133c3e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "shlex", ] diff --git a/crates/nvtx-sys/Cargo.toml b/crates/nvtx-sys/Cargo.toml index 899f501..a45f3a8 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.2.0" +cc = "1.2.1" [dependencies] widestring = "1.1.0"