From a722628d8ba537bd0b4aa530a11081abd046d28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:17:31 +0100 Subject: [PATCH] Bump cc from 1.2.3 to 1.2.4 (#89) --- 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 a3d190d..15ec675 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.2.3" +version = "1.2.4" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" +checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" dependencies = [ "shlex", ] diff --git a/crates/nvtx-sys/Cargo.toml b/crates/nvtx-sys/Cargo.toml index 936b70d..c7a7f7e 100644 --- a/crates/nvtx-sys/Cargo.toml +++ b/crates/nvtx-sys/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true [build-dependencies] bindgen = "0.71.1" -cc = "1.2.3" +cc = "1.2.4" [dependencies] widestring = "1.1.0"