From 20ed73adbf818ce44a31f195b3f5ed454f7ca11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:21:57 +0000 Subject: [PATCH] Bump tor-rtcompat from 0.10.0 to 0.17.0 Bumps tor-rtcompat from 0.10.0 to 0.17.0. --- updated-dependencies: - dependency-name: tor-rtcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 39 ++++++++++++++++++++++++++++----------- clash_lib/Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1f84875a..8f7cbd802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", "void", ] @@ -1107,7 +1107,7 @@ dependencies = [ "tokio-test", "tokio-tungstenite", "tokio-util", - "tor-rtcompat", + "tor-rtcompat 0.17.0", "tower", "tower-http", "tracing", @@ -5772,7 +5772,7 @@ dependencies = [ "tor-llcrypto", "tor-netdir", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tor-socksproto", "tor-units", "tracing", @@ -5829,7 +5829,7 @@ dependencies = [ "tor-persist", "tor-proto", "tor-protover", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", "void", "weak-table", @@ -5901,7 +5901,7 @@ dependencies = [ "tor-llcrypto", "tor-netdoc", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", ] @@ -5953,7 +5953,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", ] @@ -6008,7 +6008,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tor-units", "tracing", ] @@ -6051,7 +6051,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", ] @@ -6181,7 +6181,7 @@ dependencies = [ "once_cell", "thiserror", "tor-error", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", "weak-table", ] @@ -6324,7 +6324,7 @@ dependencies = [ "tor-llcrypto", "tor-log-ratelim", "tor-protover", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tor-rtmock", "tor-units", "tracing", @@ -6363,6 +6363,23 @@ dependencies = [ "x509-signature", ] +[[package]] +name = "tor-rtcompat" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9974851ee6b7ba68a955cb67b56ac2164b4c7b520feb81533745f7ca119ed898" +dependencies = [ + "async-trait", + "async_executors", + "coarsetime", + "derive_more", + "educe", + "futures", + "paste", + "pin-project", + "thiserror", +] + [[package]] name = "tor-rtmock" version = "0.13.0" @@ -6385,7 +6402,7 @@ dependencies = [ "thiserror", "tor-async-utils", "tor-error", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", "tracing-test", "void", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index dfe7a277a..03fd25f00 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -109,7 +109,7 @@ public-suffix = "0.1.0" murmur3 = "0.5.2" arti-client = { version = "0.14.0", default-features = false, features = ["tokio", "rustls", "compression", "static-sqlite"] } -tor-rtcompat = { version = "0.10.0" } +tor-rtcompat = { version = "0.17.0" } # tuic tuic = { rev = "82fab62", git = "https://github.com/Itsusinn/tuic.git" }