diff --git a/Cargo.toml b/Cargo.toml index 332575a..8c0d8dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] } tracing = "0.1.40" tor-hsservice = { version = "0.24.0", optional = true } tor-cell = { version = "0.24.0", optional = true } -tor-proto = { version = "0.24.0", optional = true } +tor-proto = { version = "0.25.0", optional = true } data-encoding = { version = "2.6.0" } [dev-dependencies]