From d20cff95e15f21f83d3e66793f142ecd9c4d1687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:16:33 +0000 Subject: [PATCH] build: Bump gdbstub from 0.7.1 to 0.7.2 in /fuzz Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/daniel5151/gdbstub/releases) - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md) - [Commits](https://github.com/daniel5151/gdbstub/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: gdbstub dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 6bf30db1c..8ac117aab 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -391,9 +391,9 @@ checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "gdbstub" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6341b3480afbb34eaefc7f92713bc92f2d83e338aaa1c44192f9c2956f4a4903" +checksum = "fbcc892208d6998fb57e7c3e05883def66f8130924bba066beb0cfe71566a9f6" dependencies = [ "bitflags 2.6.0", "cfg-if",