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 e610ad3da..3fd234bc5 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.27.0" +version = "0.28.0" edition = "2021" rust-version = "1.77" authors = ["The Tor Project, Inc."] @@ -45,10 +45,10 @@ subtle = "2.6" thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] } toml = "0.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.27.0" } -tor-config-path = { path = "../tor-config-path", version = "0.27.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.27.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.27.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.28.0" } +tor-config-path = { path = "../tor-config-path", version = "0.28.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.28.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.28.0", optional = true } tracing = "0.1.36" zeroize = "1" |
