diff options
Diffstat (limited to 'crates/tor-netdoc/Cargo.toml')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 93c82c0b5..8e919d34f 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.6.1" +version = "0.6.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -80,15 +80,15 @@ smallvec = "1.10" thiserror = "1" time = { version = "0.3", features = ["std", "parsing", "macros"] } tinystr = "0.7.0" -tor-bytes = { path = "../tor-bytes", version = "0.6.1" } -tor-cert = { path = "../tor-cert", version = "0.6.1" } -tor-checkable = { path = "../tor-checkable", version = "0.4.0" } +tor-bytes = { path = "../tor-bytes", version = "0.6.2" } +tor-cert = { path = "../tor-cert", version = "0.6.2" } +tor-checkable = { path = "../tor-checkable", version = "0.4.2" } tor-error = { path = "../tor-error", version = "0.4.1" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.6.0", optional = true } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.1", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.6.2", optional = true } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" } tor-protover = { path = "../tor-protover", version = "0.4.0" } -tor-units = { version = "0.4.1", path = "../tor-units", optional = true } +tor-units = { version = "0.5.0", path = "../tor-units", optional = true } visibility = { version = "0.0.1", optional = true } visible = { version = "0.0.1", optional = true } weak-table = "0.3.0" |
