From 92a8fbbff8472f3506ff72e09954c68170a7dc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:47:20 +0000 Subject: [PATCH] build: bump gdbstub from 0.6.0 to 0.6.1 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: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- vmm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c37bf4710..3d3dbadd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,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", diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 15e2be07c..46f9a352e 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -25,7 +25,7 @@ clap = "3.1.2" devices = { path = "../devices" } epoll = "4.3.1" event_monitor = { path = "../event_monitor" } -gdbstub = "0.6.0" +gdbstub = "0.6.1" gdbstub_arch = "0.2.0" hypervisor = { path = "../hypervisor" } lazy_static = "1.4.0"