summaryrefslogtreecommitdiff
path: root/crates/tor-bytes
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-bytes')
-rw-r--r--crates/tor-bytes/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 37813161f..10c94be1a 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.9.0"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -18,7 +18,7 @@ educe = "0.4.6"
signature = "2"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
zeroize = "1"
[dev-dependencies]