diff options
Diffstat (limited to 'crates/tor-cell/Cargo.toml')
| -rw-r--r-- | crates/tor-cell/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 8c2d712b8..4321e2a7f 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.21.0" +version = "0.22.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -47,14 +47,14 @@ paste = "1" rand = "0.8" smallvec = "1.10" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" } -tor-bytes = { path = "../tor-bytes", version = "0.21.0" } -tor-cert = { path = "../tor-cert", version = "0.21.0" } -tor-error = { path = "../tor-error", version = "0.21.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" } -tor-units = { path = "../tor-units", version = "0.21.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" } +tor-bytes = { path = "../tor-bytes", version = "0.22.0" } +tor-cert = { path = "../tor-cert", version = "0.22.0" } +tor-error = { path = "../tor-error", version = "0.22.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" } +tor-units = { path = "../tor-units", version = "0.22.0" } [dev-dependencies] hex = "0.4" |
