From 49dd357df9696df805a4fdd3da1918d20df2904b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:41:41 +0000 Subject: [PATCH] Bump cc from 1.1.5 to 1.2.1 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.5 to 1.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- star-sys/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ec365d..6de1f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,12 +65,13 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.1.5" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] diff --git a/star-sys/Cargo.toml b/star-sys/Cargo.toml index 0b3f9a3..38eb9f9 100644 --- a/star-sys/Cargo.toml +++ b/star-sys/Cargo.toml @@ -14,4 +14,4 @@ name = "star_sys" libc = "0.2" [build-dependencies] -cc = { version = "1.1", features = ["parallel"] } +cc = { version = "1", features = ["parallel"] }