summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-bytes/Cargo.toml')
-rw-r--r--crates/tor-bytes/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 09a779369..b6e6d66da 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.7.5"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -17,8 +17,8 @@ digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.6"
signature = "2"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
zeroize = "1"
[dev-dependencies]