From 8ee63167a4fc13ced7efc26fd182e09f82afc383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:37:47 +0000 Subject: [PATCH] Bump tokio-test from 0.4.3 to 0.4.4 Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-test-0.4.3...tokio-test-0.4.4) --- updated-dependencies: - dependency-name: tokio-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 525320f83..6bfa3db4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5353,9 +5353,9 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" +checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" dependencies = [ "async-stream", "bytes", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 6922db668..81d45c526 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -116,7 +116,7 @@ criterion = { version = "0.5", features = ["html_reports", "async_tokio"], optio tempfile = "3.10" ctor = "0.2" mockall = "0.12.1" -tokio-test = "0.4.3" +tokio-test = "0.4.4" axum-macros = "0.4.0"