From 47641ab4b13889bef58e643aadab5f6cc5be5d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:19:40 +0000 Subject: [PATCH] build(deps): 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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5d936d..7443a14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[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 87a437a..fa896b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ license = "MIT" libc = "0.2.170" [build-dependencies] -cc = "1.2.14" +cc = "1.2.15"