From 78fbd0487a5eb65b8c63034738df47b8b452f2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:35:40 +0000 Subject: [PATCH] chore(deps): Bump cc from 1.0.101 to 1.0.104 in /fuzz/aflplusplus Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.101 to 1.0.104. - [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.0.101...cc-v1.0.104) --- 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 d9fdd46..51a1d1c 100644 --- a/fuzz/aflplusplus/Cargo.lock +++ b/fuzz/aflplusplus/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.101" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" +checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490" [[package]] name = "cfg-if"