diff options
Diffstat (limited to 'crates/tor-hsclient')
| -rw-r--r-- | crates/tor-hsclient/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index bbb48c52a..ddeb4efc6 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.1.0" +version = "0.1.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -20,11 +20,11 @@ default = [] async-trait = "0.1.2" rand_core = "0.6.2" thiserror = "1" -tor-circmgr = { version = "0.7.1", path = "../tor-circmgr", features = ["hs-client"] } -tor-hscrypto = { version = "0.1.0", path = "../tor-hscrypto" } -tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto" } -tor-netdir = { version = "0.7.1", path = "../tor-netdir" } -tor-proto = { version = "0.8.1", path = "../tor-proto" } +tor-circmgr = { version = "0.7.2", path = "../tor-circmgr", features = ["hs-client"] } +tor-hscrypto = { version = "0.1.1", path = "../tor-hscrypto" } +tor-llcrypto = { version = "0.4.2", path = "../tor-llcrypto" } +tor-netdir = { version = "0.8.0", path = "../tor-netdir" } +tor-proto = { version = "0.9.0", path = "../tor-proto" } tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" } [dev-dependencies] |
