From e02c2b30215d06d134ed00a285cc86dec59bdb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:07:20 +0000 Subject: [PATCH] Bump gdbstub from 0.7.3 to 0.7.5 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](https://github.com/daniel5151/gdbstub/compare/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] --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddf95bb82..7d926689e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,9 +821,9 @@ dependencies = [ [[package]] name = "gdbstub" -version = "0.7.3" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c683a9f13de31432e6097131d5f385898c7f0635c0f392b9d0fa165063c8ac" +checksum = "8062b93565ea9fe2e60a0dd3c252f0d48c27cf223dad7ead028e361181a2c1a5" dependencies = [ "bitflags 2.9.0", "cfg-if", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 8e049d906..7039e4669 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -71,7 +71,7 @@ sha256 = "1.6.0" windows-version = "0.1" [target.'cfg(unix)'.dependencies] -gdbstub = { version = "0.7.3", optional = true } +gdbstub = { version = "0.7.5", optional = true } gdbstub_arch = { version = "0.3.1", optional = true } seccompiler = { version = "0.4.0", optional = true } kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }