From a14ae48ab74a1b431a82f15fb01d61c76aacf929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:05:01 +0000 Subject: [PATCH] build: bump cc from 1.1.5 to 1.1.18 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.5 to 1.1.18. - [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.5...cc-v1.1.18) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd48b1d6..c5e70f13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,12 +310,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.5" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3b58414a..73097436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ vt100 = "0.15.2" # dev-dependencies assert_cmd = "2.0.7" -cc = "1.1.5" +cc = "1.1.18" criterion = { version = "0.5.1", features = ["html_reports"] } insta = "1.39.0" maplit = "1.0.2"