From 9bc60bc3a0f5e85f54b10b3ad378d1e4eee1c4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:47:53 +0000 Subject: [PATCH] build(deps): bump cc from 1.0.99 to 1.1.5 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.99 to 1.1.5. - [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.5) --- 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 0279ebb..2fb794f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.99" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" +checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" [[package]] name = "cfg-if" diff --git a/nj-build/Cargo.toml b/nj-build/Cargo.toml index 646ad09..2991317 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.5"