build: bump gdbstub_arch from 0.2.0 to 0.2.2

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: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-24 02:00:16 +00:00
committed by Sebastien Boeuf
parent 6c1fe07d90
commit 9cbb94b6d9
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ devices = { path = "../devices" }
epoll = "4.3.1"
event_monitor = { path = "../event_monitor" }
gdbstub = "0.6.1"
gdbstub_arch = "0.2.0"
gdbstub_arch = "0.2.2"
hypervisor = { path = "../hypervisor" }
lazy_static = "1.4.0"
libc = "0.2.119"