From 3069ce9f2deb14d4a2b0b48f9f5da95c0c12113b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:12:22 +0000 Subject: [PATCH] build: bump gdbstub from 0.6.0 to 0.6.1 in /fuzz Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.6.0 to 0.6.1. - [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.6.0...0.6.1) --- 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 7d6f9f0f2..ca4e6f074 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -246,9 +246,9 @@ checksum = "b643857cf70949306b81d7e92cb9d47add673868edac9863c4a49c42feaf3f1e" [[package]] name = "gdbstub" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686fd5c0d799433870f0ba2ec2bf97697b1369aa8ce71559e2eaafb186a9c5f2" +checksum = "9fa2ca5d6b045de372cef3991f873389b421b4cabcfbe52f7787fae8b8b37906" dependencies = [ "bitflags", "cfg-if",