From a06036955c914271dbbd003491029c4a78bf673a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:25:23 +0000 Subject: [PATCH] chore(deps): Bump cc from 1.1.37 to 1.2.0 in /fuzz/afl.rs Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.37 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.37...cc-v1.2.0) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fuzz/afl.rs/Cargo.lock | 4 ++-- fuzz/afl.rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fuzz/afl.rs/Cargo.lock b/fuzz/afl.rs/Cargo.lock index bb2691b..6dcff70 100644 --- a/fuzz/afl.rs/Cargo.lock +++ b/fuzz/afl.rs/Cargo.lock @@ -25,9 +25,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.37" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" +checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" dependencies = [ "shlex", ] diff --git a/fuzz/afl.rs/Cargo.toml b/fuzz/afl.rs/Cargo.toml index 6b659f0..7d2fa12 100644 --- a/fuzz/afl.rs/Cargo.toml +++ b/fuzz/afl.rs/Cargo.toml @@ -19,4 +19,4 @@ tree-sitter = "0.24.4" afl = "*" [build-dependencies] -cc = "1.1" +cc = "1.2"