From e90f49c9067dbb7b7fa73a29d34fd3b1905e27f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:34:01 +0000 Subject: [PATCH] Bump cc from 1.2.20 to 1.2.21 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.20 to 1.2.21. - [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.20...cc-v1.2.21) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a555595..447a219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.20" +version = "1.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a" +checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index 67203f9..509f8c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,10 @@ linux-raw-sys = { version = "0.9.4", default-features = false, features = ["no_s log = "0.4.27" [build-dependencies] -cc = "1.2.20" +cc = "1.2.21" [dev-dependencies] -cc = "1.2.20" +cc = "1.2.21" lazy_static = "1.5.0" rstest = { version = "0.25.0", default-features = false } tempfile = "3.19.1"