From be57c2c09be2079f8e6fa3a91dfbb722e7c58de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:50:27 +0000 Subject: [PATCH] Bump cc from 1.2.14 to 1.2.15 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.14 to 1.2.15. - [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.14...cc-v1.2.15) --- 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8ab859..acd5fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.2.14" +version = "1.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9" +checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index a33f0f4..ab38d8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,10 @@ linux-raw-sys = { version = "0.8.0", default-features = false, features = ["no_s log = "0.4.25" [build-dependencies] -cc = "1.2.14" +cc = "1.2.15" [dev-dependencies] -cc = "1.2.14" +cc = "1.2.15" lazy_static = "1.5.0" rstest = { version = "0.24.0", default-features = false } tempfile = "3.17.1"