diff --git a/Cargo.toml b/Cargo.toml index 04cd858..53fe612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3" arti-client = { version = "0.24", default-features = false, features = ["tokio", "rustls", "onion-service-client"] } libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] } -tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] } +tor-rtcompat = { version = "0.25.0", features = ["tokio", "rustls"] } tracing = "0.1.40" tor-hsservice = { version = "0.24.0", optional = true } tor-cell = { version = "0.24.0", optional = true }