Skip to content

Commit 155706b

Browse files
Bump gdbstub from 0.7.5 to 0.7.6 (#610)
Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/daniel5151/gdbstub/releases) - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md) - [Commits](daniel5151/gdbstub@0.7.5...0.7.6) --- updated-dependencies: - dependency-name: gdbstub dependency-version: 0.7.6 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 57e81c1 commit 155706b

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
@@ -67,7 +67,7 @@ windows-version = "0.1"
6767
lazy_static = "1.4.0"
6868

6969
[target.'cfg(unix)'.dependencies]
70-
gdbstub = { version = "0.7.5", optional = true }
70+
gdbstub = { version = "0.7.6", optional = true }
7171
gdbstub_arch = { version = "0.3.2", optional = true }
7272
seccompiler = { version = "0.5.0", optional = true }
7373
kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true }

0 commit comments

Comments
 (0)