From 7f7e590f0ede9a8576dabf936d456d13dd0ddf95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:21:17 +0000 Subject: [PATCH] build: bump cc from 1.2.5 to 1.2.6 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.5 to 1.2.6. - [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.5...cc-v1.2.6) --- 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 d661b5216..d25f013e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.5" +version = "1.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" +checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 28cd0e4cd..e79fd984f 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.5" +cc = "1.2.6" criterion = { version = "0.5.1", features = ["html_reports"] } insta = "1.41.1" maplit = "1.0.2"