From 9d1985111ae85be8060c684db686d8c090cee785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:12:36 +0000 Subject: [PATCH] build: bump gdbstub_arch from 0.2.0 to 0.2.2 in /fuzz Bumps [gdbstub_arch](https://github.com/daniel5151/gdbstub) from 0.2.0 to 0.2.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/commits/0.2.2) --- updated-dependencies: - dependency-name: gdbstub_arch 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 ff52ef0c0..af6ccc33e 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "gdbstub_arch" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40d34d4fe3f10e9741e20f9b576d980a1f3f4918ba4f629ef3dbf932ac1b55db" +checksum = "51dc4b5718ac76d21e8605c0966dd32d80273b89b11e6cfef467b04e45934d37" dependencies = [ "gdbstub", "num-traits",