diff --git a/Cargo.lock b/Cargo.lock index b65fffc40..2dea38149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,9 +3060,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 d8b73b20d..74cb08190 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -84,7 +84,7 @@ murmur3 = "0.5.2" 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" [target.'cfg(target_os = "macos")'.dependencies]