From 80d810e4355f83ea2e198b8637c9b75470f5f741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 03:21:36 +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 ce7d0a4eb..6d86268c4 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", ] @@ -1150,7 +1150,7 @@ dependencies = [ "tokio-test", "tokio-tungstenite", "tokio-util", - "tor-rtcompat", + "tor-rtcompat 0.17.0", "tower", "tower-http", "tracing", @@ -5848,7 +5848,7 @@ dependencies = [ "tor-llcrypto", "tor-netdir", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tor-socksproto", "tor-units", "tracing", @@ -5905,7 +5905,7 @@ dependencies = [ "tor-persist", "tor-proto", "tor-protover", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", "void", "weak-table", @@ -5977,7 +5977,7 @@ dependencies = [ "tor-llcrypto", "tor-netdoc", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", ] @@ -6029,7 +6029,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", ] @@ -6084,7 +6084,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tor-units", "tracing", ] @@ -6127,7 +6127,7 @@ dependencies = [ "tor-netdoc", "tor-persist", "tor-proto", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", ] @@ -6257,7 +6257,7 @@ dependencies = [ "once_cell", "thiserror", "tor-error", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tracing", "weak-table", ] @@ -6400,7 +6400,7 @@ dependencies = [ "tor-llcrypto", "tor-log-ratelim", "tor-protover", - "tor-rtcompat", + "tor-rtcompat 0.10.0", "tor-rtmock", "tor-units", "tracing", @@ -6439,6 +6439,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" @@ -6461,7 +6478,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 1c3f26656..2591a8905 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -106,7 +106,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" }