diff options
Diffstat (limited to 'crates/tor-rpc-connect')
| -rw-r--r-- | crates/tor-rpc-connect/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml index a45b3fe1b..35f13bafc 100644 --- a/crates/tor-rpc-connect/Cargo.toml +++ b/crates/tor-rpc-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rpc-connect" -version = "0.25.0" +version = "0.26.0" edition = "2021" rust-version = "1.77" authors = ["The Tor Project, Inc."] @@ -41,10 +41,10 @@ serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "2" toml = "0.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" } -tor-config-path = { path = "../tor-config-path", version = "0.25.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.25.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.26.0" } +tor-config-path = { path = "../tor-config-path", version = "0.26.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.26.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.26.0", optional = true } tracing = "0.1.36" zeroize = "1" |
