From 1fefdaf12e7cfb3c00003b6c3ed97d7b8a319f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:58:08 +0000 Subject: [PATCH] build: bump cc from 1.1.5 to 1.1.28 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.5 to 1.1.28. - [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.28) --- 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..6642a3c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,12 +310,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.5" +version = "1.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" +checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3b58414a..5e790633 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.28" criterion = { version = "0.5.1", features = ["html_reports"] } insta = "1.39.0" maplit = "1.0.2"