diff options
Diffstat (limited to 'crates/tor-dirclient')
| -rw-r--r-- | crates/tor-dirclient/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index dc548ca9d..bb72b92e3 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.6.1" +version = "0.6.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -30,12 +30,12 @@ httpdate = "1.0" itertools = "0.10.1" memchr = "2" thiserror = "1" -tor-circmgr = { path = "../tor-circmgr", version = "0.7.1" } +tor-circmgr = { path = "../tor-circmgr", version = "0.7.2" } tor-error = { path = "../tor-error", version = "0.4.1" } -tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" } -tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" } -tor-proto = { path = "../tor-proto", version = "0.8.1" } +tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" } +tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" } +tor-proto = { path = "../tor-proto", version = "0.9.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" } tracing = "0.1.18" |
