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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 7f78d0dff..a425cbc40 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -20,7 +20,7 @@ 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.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
zeroize = "1"
[dev-dependencies]