From 6e4abb3d8214e9298c4b05c500dfc038f53fb76c Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:54:15 +0000 Subject: [PATCH] Bump cc from 1.1.22 to 1.2.0 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.22 to 1.2.0. - [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.22...cc-v1.2.0) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- tree-sitter-grammar-repository/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a376f80..1ac81b6 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -312,9 +312,9 @@ [[package]] name = "cc" -version = "1.1.22" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0" +checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" dependencies = [ "jobserver", "libc", diff --git a/tree-sitter-grammar-repository/Cargo.toml b/tree-sitter-grammar-repository/Cargo.toml index eaa4690..7e918ae 100644 --- a/tree-sitter-grammar-repository/Cargo.toml +++ a/tree-sitter-grammar-repository/Cargo.toml @@ -13,7 +13,7 @@ [build-dependencies] anyhow = "1.0" -cc = "1.1" +cc = "1.2" serde = { version = "1.0", features = ["derive"] } toml = "0.8" threadpool = "1.8" -- rgit 0.1.3