diff options
Diffstat (limited to 'crates/tor-cell/Cargo.toml')
| -rw-r--r-- | crates/tor-cell/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index b85e415e5..2d5505b9d 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.9.1" +version = "0.10.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -28,20 +28,20 @@ testing = ["experimental-udp"] arrayref = "0.3" bitflags = "2" bytes = "1" -caret = { path = "../caret", version = "0.3.2" } +caret = { path = "../caret", version = "0.4.0" } derive_more = "0.99.3" educe = "0.4.6" paste = "1" rand = "0.8" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" } -tor-bytes = { path = "../tor-bytes", version = "0.6.3" } -tor-cert = { path = "../tor-cert", version = "0.6.3" } -tor-error = { path = "../tor-error", version = "0.4.1" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" } -tor-units = { path = "../tor-units", version = "0.5.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } +tor-bytes = { path = "../tor-bytes", version = "0.7.0" } +tor-cert = { path = "../tor-cert", version = "0.7.0" } +tor-error = { path = "../tor-error", version = "0.5.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } +tor-units = { path = "../tor-units", version = "0.6.0" } [dev-dependencies] hex = "0.4" |
