From dd83e5c6870b08c886f798219780bc254e91c474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:18:37 +0000 Subject: [PATCH] build(deps): bump cc from 1.0.99 to 1.1.10 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.99 to 1.1.10. - [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/1.0.99...cc-v1.1.10) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nj-build/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41b4b75..2764163 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.99" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" +checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" [[package]] name = "cfg-if" diff --git a/nj-build/Cargo.toml b/nj-build/Cargo.toml index 646ad09..d8880c6 100644 --- a/nj-build/Cargo.toml +++ b/nj-build/Cargo.toml @@ -9,4 +9,4 @@ license = "Apache-2.0" [target.'cfg(windows)'.dependencies] http_req = "0.11.0" -cc = "1.0.58" +cc = "1.1.10"