diff --git a/Cargo.lock b/Cargo.lock index c92c35b2..71cbafcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4026,7 +4026,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core", ] [[package]] @@ -4282,7 +4282,7 @@ dependencies = [ [[package]] name = "ismp" version = "0.1.2" -source = "git+https://github.com/polytope-labs/hyperbridge.git?branch=main#711fd0cd9676de88afa6d7c571a950494b90eaf1" +source = "git+https://github.com/polytope-labs/hyperbridge.git?branch=main#f39c3c798a9b41b9a5f4101f99c4248ca0e6e9e4" dependencies = [ "derive_more", "hex", @@ -4354,7 +4354,7 @@ dependencies = [ [[package]] name = "ismp-testsuite" version = "0.1.1" -source = "git+https://github.com/polytope-labs/hyperbridge.git?branch=main#711fd0cd9676de88afa6d7c571a950494b90eaf1" +source = "git+https://github.com/polytope-labs/hyperbridge.git?branch=main#f39c3c798a9b41b9a5f4101f99c4248ca0e6e9e4" dependencies = [ "ismp 0.1.2 (git+https://github.com/polytope-labs/hyperbridge.git?branch=main)", "once_cell", @@ -14478,7 +14478,7 @@ version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core 0.51.1", + "windows-core", "windows-targets 0.48.5", ] @@ -14491,15 +14491,6 @@ dependencies = [ "windows-targets 0.48.5", ] -[[package]] -name = "windows-core" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" -dependencies = [ - "windows-targets 0.52.5", -] - [[package]] name = "windows-sys" version = "0.45.0"