From 07fb943522fd3b586f92269e2c4d8e695f775be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:55:45 +0000 Subject: [PATCH] build(deps): bump cc from 1.0.106 to 1.2.2 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.106 to 1.2.2. - [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.0.106...cc-v1.2.2) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ee8c7c..80e972b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,12 @@ version = 3 [[package]] name = "cc" -version = "1.0.106" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" +checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +dependencies = [ + "shlex", +] [[package]] name = "libc" @@ -14,6 +17,12 @@ version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + [[package]] name = "sketchybar-rs" version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 25abbc4..afa92ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ license = "MIT" libc = "0.2.167" [build-dependencies] -cc = "1.0.106" +cc = "1.2.2"