summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hscrypto')
-rw-r--r--crates/tor-hscrypto/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 9a8451c1b..d93ecff38 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -22,17 +22,17 @@ digest = "0.10.0"
itertools = "0.10.1"
paste = "1"
rand_core = "0.6.2"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-bytes = { version = "0.7.0", path = "../tor-bytes" }
-tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-bytes = { version = "0.7.1", path = "../tor-bytes" }
+tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.7.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.1", path = "../tor-basic-utils" }