Skip to content

Commit

Permalink
build(deps): Bump gdbstub from 0.6.6 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.6.6 to 0.7.0.
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](daniel5151/gdbstub@0.6.6...0.7.0)

---
updated-dependencies:
- dependency-name: gdbstub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 33a4089 commit 7765711
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clap = { version = "4.4", features = ["derive", "env"] }
core_affinity = "0.8"
either = "1.9"
env_logger = "0.10"
gdbstub = "0.6"
gdbstub = "0.7"
gdbstub_arch = "0.2"
hermit-entry = { version = "0.9", features = ["loader"] }
lazy_static = "1.4"
Expand Down

0 comments on commit 7765711

Please sign in to comment.