From 4cd0c84fa753e6c84ae4032a89ee223ab4dbfa62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:30:10 +0000 Subject: [PATCH] Bump cc from 1.2.41 to 1.2.43 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.41 to 1.2.43. - [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.41...cc-v1.2.43) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.43 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 aeb884e..94f9075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.41" +version = "1.2.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" +checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2" dependencies = [ "find-msvc-tools", "shlex", diff --git a/Cargo.toml b/Cargo.toml index c75ccce..6ac298c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,10 @@ linux-raw-sys = { version = "0.11.0", default-features = false, features = [ log = "0.4.28" [build-dependencies] -cc = "1.2.41" +cc = "1.2.43" [dev-dependencies] -cc = "1.2.41" +cc = "1.2.43" rstest = { version = "0.26.1", default-features = false } tempfile = "3.23.0"