From 450fa281bce407fdfecf88d73215500c6f026771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:15:49 +0000 Subject: [PATCH] deps: update tor-rtcompat requirement from ^0.25 to ^0.26 Updates the requirements on tor-rtcompat to permit the latest version. --- updated-dependencies: - dependency-name: tor-rtcompat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11b9e13..c262538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3" arti-client = { version = "^0.25", default-features = false, features = ["tokio", "rustls", "onion-service-client", "static-sqlite"] } libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] } -tor-rtcompat = { version = "^0.25", features = ["tokio", "rustls"] } +tor-rtcompat = { version = "^0.26", features = ["tokio", "rustls"] } tracing = "0.1.40" tor-hsservice = { version = "^0.25", optional = true } tor-cell = { version = "^0.25", optional = true }