From d9a3f80d98bf3a76e51ef65a9889bed7d6b4ca47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:52:10 +0000 Subject: [PATCH] Bump cc from 1.0.81 to 1.0.82 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.81...1.0.82) --- 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 cbd55f2..fe37022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0" +checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index cf99482..de4ed8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ strum_macros = "0.25" tree-sitter = "0.20.10" [build-dependencies] -cc = { version = "1.0.81", features = [ "parallel" ] } +cc = { version = "1.0.82", features = [ "parallel" ] } [dev-dependencies] trycmd = "0.14.16"