From a14fe43cf762e4c1aab14e678892282d3008ce86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:36:32 +0000 Subject: [PATCH] Bump cc from 1.1.28 to 1.1.30 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.28 to 1.1.30. - [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.28...cc-v1.1.30) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6e6b38..a3197fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.28" +version = "1.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" +checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0db7904..b853fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ strum_macros = "0.26.4" tree-sitter = "0.23.0" [build-dependencies] -cc = { version = "1.1.28", features = [ "parallel" ] } +cc = { version = "1.1.30", features = [ "parallel" ] } [dev-dependencies] trycmd = "0.15.7"