From 11fb36d2f34c53cf44300b92999d427d92dc288d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:05:14 +0000 Subject: [PATCH] build(deps): bump port_check from 0.1.5 to 0.2.0 Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.1.5 to 0.2.0. - [Commits](https://github.com/ufoscout/port-check-rs/commits/v0.2.0) --- updated-dependencies: - dependency-name: port_check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- swap/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c58895b2..47c80c6c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2925,9 +2925,9 @@ dependencies = [ [[package]] name = "port_check" -version = "0.1.5" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6519412c9e0d4be579b9f0618364d19cb434b324fc6ddb1b27b1e682c7105ed" +checksum = "e956b3af7a0107123acd498bc9dde7113e452e0c3b156ba97381291241b0943e" [[package]] name = "powerfmt" diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 8b60517ae..b0c31790e 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -80,7 +80,7 @@ get-port = "3" hyper = "1.2" mockito = "1.3.0" monero-harness = { path = "../monero-harness" } -port_check = "0.1" +port_check = "0.2" proptest = "1" serde_cbor = "0.11" serial_test = "3.0"