diff options
Diffstat (limited to 'crates/tor-bytes/Cargo.toml')
| -rw-r--r-- | crates/tor-bytes/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index e63264c70..2342c0b33 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.21.0" +version = "0.22.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -16,8 +16,8 @@ bytes = "1" digest = { version = "0.10.0", features = ["subtle", "mac"] } educe = "0.4.6" thiserror = "1" -tor-error = { path = "../tor-error", version = "0.21.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" } +tor-error = { path = "../tor-error", version = "0.22.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" } zeroize = "1" [dev-dependencies] |
