Skip to content

Commit 53f840f

Browse files
Bump gdbstub_arch from 0.3.2 to 0.3.3 (#1300)
Bumps [gdbstub_arch](https://github.com/daniel5151/gdbstub) from 0.3.2 to 0.3.3. - [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) --- updated-dependencies: - dependency-name: gdbstub_arch dependency-version: 0.3.3 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 9049548 commit 53f840f

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
@@ -22,7 +22,7 @@ workspace = true
2222

2323
[dependencies]
2424
gdbstub = { version = "0.7.10", optional = true }
25-
gdbstub_arch = { version = "0.3.2", optional = true }
25+
gdbstub_arch = { version = "0.3.3", optional = true }
2626
goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
2727
rand = { version = "0.10" }
2828
cfg-if = { version = "1.0.4" }

0 commit comments

Comments
 (0)