From 62d00671a2233438a3aeaebd3e9fce0af3c30619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:33:56 +0000 Subject: [PATCH] chore(deps): Bump cc from 1.1.21 to 1.1.22 in /fuzz/aflplusplus Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.21 to 1.1.22. - [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.21...cc-v1.1.22) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/aflplusplus/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/aflplusplus/Cargo.lock b/fuzz/aflplusplus/Cargo.lock index 04e111f..8cd3cde 100644 --- a/fuzz/aflplusplus/Cargo.lock +++ b/fuzz/aflplusplus/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.21" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" +checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0" dependencies = [ "shlex", ]