summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hscrypto')
-rw-r--r--crates/tor-hscrypto/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 5f4ee9860..c33d8e68b 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -55,25 +55,25 @@ humantime = "2"
itertools = "0.14.0"
paste = "1.0.3"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
subtle = "2"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { version = "0.40.0", path = "../tor-bytes" }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-key-forge = { version = "0.40.0", path = "../tor-key-forge" }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false, optional = true }
-tor-units = { path = "../tor-units", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { version = "0.41.0", path = "../tor-bytes" }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-key-forge = { version = "0.41.0", path = "../tor-key-forge" }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-units = { path = "../tor-units", version = "0.41.0" }
void = "1"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex-literal = "1.0"
-tor-basic-utils = { version = "0.40.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.41.0", path = "../tor-basic-utils" }
[[test]]
name = "pow_v1_vectors"