From f505148f270c5d47875aa097a9f74c5406aad4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:02:06 +0000 Subject: [PATCH] Bump cc from 1.1.0 to 1.1.14 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.0 to 1.1.14. - [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.1.0...cc-v1.1.14) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeeb832..805a67f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,12 @@ checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" [[package]] name = "cc" -version = "1.1.0" +version = "1.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8" +checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932" +dependencies = [ + "shlex", +] [[package]] name = "cexpr" diff --git a/Cargo.toml b/Cargo.toml index 4bc5cff..11d77e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ serde_json = "1" [build-dependencies] bindgen = { version = "0.69", optional = true } -cc = "1.1.0" +cc = "1.1.14"