From ec5095bbbd2f23bf4e78905d57496163768402dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:01:08 +0000 Subject: [PATCH] Bump ismp-testsuite from `711fd0c` to `fce87b2` Bumps [ismp-testsuite](https://github.com/polytope-labs/hyperbridge) from `711fd0c` to `fce87b2`. - [Release notes](https://github.com/polytope-labs/hyperbridge/releases) - [Commits](https://github.com/polytope-labs/hyperbridge/compare/711fd0cd9676de88afa6d7c571a950494b90eaf1...fce87b2a8a3e5c099c0a59c732c3a4d44b7fe9ae) --- updated-dependencies: - dependency-name: ismp-testsuite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c92c35b..e58d8e4 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#fce87b2a8a3e5c099c0a59c732c3a4d44b7fe9ae" 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#fce87b2a8a3e5c099c0a59c732c3a4d44b7fe9ae" 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"