Skip to content

Commit 9b37e49

Browse files
Bump gdbstub from 0.7.3 to 0.7.5 (#330)
Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.7.3 to 0.7.5. - [Release notes](https://github.com/daniel5151/gdbstub/releases) - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md) - [Commits](daniel5151/gdbstub@0.7.3...0.7.5) --- updated-dependencies: - dependency-name: gdbstub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3de95a5 commit 9b37e49

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
@@ -71,7 +71,7 @@ sha256 = "1.6.0"
7171
windows-version = "0.1"
7272

7373
[target.'cfg(unix)'.dependencies]
74-
gdbstub = { version = "0.7.3", optional = true }
74+
gdbstub = { version = "0.7.5", optional = true }
7575
gdbstub_arch = { version = "0.3.1", optional = true }
7676
seccompiler = { version = "0.4.0", optional = true }
7777
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }

0 commit comments

Comments
 (0)