summaryrefslogtreecommitdiff
path: root/maint/keygen-client-auth-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'maint/keygen-client-auth-test/Cargo.toml')
-rw-r--r--maint/keygen-client-auth-test/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/maint/keygen-client-auth-test/Cargo.toml b/maint/keygen-client-auth-test/Cargo.toml
index 4d1d4bbdb..f2d4f5014 100644
--- a/maint/keygen-client-auth-test/Cargo.toml
+++ b/maint/keygen-client-auth-test/Cargo.toml
@@ -15,9 +15,9 @@ base32 = "0.5"
clap = { version = "4.5.53", features = ["derive"] }
regex = "1.12.2"
safelog = { path = "../../crates/safelog", version = "0.9" }
-tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.44" }
-tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.44" }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.44", features = ["rng-compat"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.45" }
+tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.45" }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.45", features = ["rng-compat"] }
x25519-dalek = { version = "2", features = ["static_secrets"] }
[features]