diff options
Diffstat (limited to 'crates/tor-bytes')
| -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 92a43b601..6547c92d0 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.6.3" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -19,8 +19,8 @@ educe = "0.4.6" generic-array = "0.14.3" signature = "1" thiserror = "1" -tor-error = { path = "../tor-error", version = "0.4.1" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" } +tor-error = { path = "../tor-error", version = "0.5.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } zeroize = "1" [dev-dependencies] |
