diff options
Diffstat (limited to 'crates/tor-cell')
| -rw-r--r-- | crates/tor-cell/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 0820f54d7..30d1cdae6 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.12.1" +version = "0.12.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -47,12 +47,12 @@ paste = "1" rand = "0.8" thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-bytes = { path = "../tor-bytes", version = "0.7.2" } -tor-cert = { path = "../tor-cert", version = "0.7.2" } -tor-error = { path = "../tor-error", version = "0.5.3" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" } +tor-bytes = { path = "../tor-bytes", version = "0.7.4" } +tor-cert = { path = "../tor-cert", version = "0.7.4" } +tor-error = { path = "../tor-error", version = "0.5.4" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.2", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-units = { path = "../tor-units", version = "0.6.1" } [dev-dependencies] |
