From 0340b8874df0533277730aa72ce8a8f7517e2515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 01:21:20 +1000 Subject: [PATCH] Bump tokio-test from 0.4.2 to 0.4.3 (#54) Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-test-0.4.2...tokio-test-0.4.3) --- updated-dependencies: - dependency-name: tokio-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0e325827..114927d6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3731,9 +3731,9 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" +checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" dependencies = [ "async-stream", "bytes", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index b0db1c8a6..ac2667339 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -105,7 +105,7 @@ criterion = { version = "0.4", features = ["html_reports", "async_tokio"], optio tempfile = "3.3" ctor = "0.2" mockall = "0.11.4" -tokio-test = "0.4.2" +tokio-test = "0.4.3" axum-macros = "0.3.8"