From d7023b0541f7f6c208570f3750cef8bb2833a3af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:55:58 +0000 Subject: [PATCH] build: bump cc from 1.2.6 to 1.2.7 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.6 to 1.2.7. - [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.6...cc-v1.2.7) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aec96b293..6a1f5793f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" +checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index d32a00f8e..79effad07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ vt100 = "0.15.2" # dev-dependencies assert_cmd = "2.0.16" -cc = "1.2.6" +cc = "1.2.7" criterion = { version = "0.5.1", features = ["html_reports"] } insta = "1.41.1" maplit = "1.0.2"