From 898f65c71363e820f1e7c3f59b9eaebf5a577749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:50:43 +0000 Subject: [PATCH] Bump cc from 1.1.7 to 1.1.10 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.7 to 1.1.10. - [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.7...cc-v1.1.10) --- 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 8e0a893..087667d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc" +checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index dd3e2ec..6026bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ strum_macros = "0.26.4" tree-sitter = "0.22.6" [build-dependencies] -cc = { version = "1.1.7", features = [ "parallel" ] } +cc = { version = "1.1.10", features = [ "parallel" ] } [dev-dependencies] trycmd = "0.15.6"