From 9b5faf0841f01bebb97a26b91915fe1d564e8cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:28:35 +0000 Subject: [PATCH] deps: update tor-hsservice requirement from 0.24.0 to 0.25.0 Updates the requirements on tor-hsservice to permit the latest version. --- updated-dependencies: - dependency-name: tor-hsservice 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 332575a..a1549f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tc tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] } tracing = "0.1.40" -tor-hsservice = { version = "0.24.0", optional = true } +tor-hsservice = { version = "0.25.0", optional = true } tor-cell = { version = "0.24.0", optional = true } tor-proto = { version = "0.24.0", optional = true } data-encoding = { version = "2.6.0" }