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" }