Skip to content

Commit 9e4b9cb

Browse files
Bump gdbstub from 0.7.7 to 0.7.8 (#954)
Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.7.7 to 0.7.8. - [Release notes](https://github.com/daniel5151/gdbstub/releases) - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md) - [Commits](daniel5151/gdbstub@0.7.7...0.7.8) --- updated-dependencies: - dependency-name: gdbstub dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 741f7f4 commit 9e4b9cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bench = false # see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-
2121
workspace = true
2222

2323
[dependencies]
24-
gdbstub = { version = "0.7.7", optional = true }
24+
gdbstub = { version = "0.7.8", optional = true }
2525
gdbstub_arch = { version = "0.3.2", optional = true }
2626
goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
2727
rand = { version = "0.9" }

0 commit comments

Comments
 (0)