diff --git a/Cargo.lock b/Cargo.lock index 69d1c6d40..9aef5667a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,9 +870,9 @@ dependencies = [ [[package]] name = "gdbstub_arch" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "328a9e9425db13770d0d11de6332a608854266e44c53d12776be7b4aa427e3de" +checksum = "22dde0e1b68787036ccedd0b1ff6f953527a0e807e571fbe898975203027278f" dependencies = [ "gdbstub", "num-traits", @@ -1332,7 +1332,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.58.0", + "windows-core 0.61.2", ] [[package]] diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 0d39c8e68..06be0bdbc 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -68,7 +68,7 @@ lazy_static = "1.4.0" [target.'cfg(unix)'.dependencies] gdbstub = { version = "0.7.5", optional = true } -gdbstub_arch = { version = "0.3.1", optional = true } +gdbstub_arch = { version = "0.3.2", optional = true } seccompiler = { version = "0.5.0", optional = true } kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true } kvm-ioctls = { version = "0.22", optional = true }