summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
Diffstat (limited to 'maint')
-rw-r--r--maint/keygen-client-auth-test/Cargo.toml6
-rw-r--r--maint/keygen-openssh-test/Cargo.toml6
2 files changed, 6 insertions, 6 deletions
diff --git a/maint/keygen-client-auth-test/Cargo.toml b/maint/keygen-client-auth-test/Cargo.toml
index 909bec376..63b94b9d2 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.8" }
-tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.40" }
-tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.40" }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.40", features = ["rng-compat"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.41" }
+tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.41" }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.41", features = ["rng-compat"] }
x25519-dalek = { version = "2", features = ["static_secrets"] }
[features]
diff --git a/maint/keygen-openssh-test/Cargo.toml b/maint/keygen-openssh-test/Cargo.toml
index 188893c3c..5ee611a77 100644
--- a/maint/keygen-openssh-test/Cargo.toml
+++ b/maint/keygen-openssh-test/Cargo.toml
@@ -15,9 +15,9 @@ clap = { version = "4.3.24", features = ["derive"] }
rand = "0.9.1"
rand_core = { version = "0.9.3", features = ["os_rng"] }
ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["dsa", "alloc", "rand_core", "std"] }
-tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.40" }
-tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.40", features = ["keymgr"] }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.40", features = ["relay", "rng-compat", "cvt-x25519"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.41" }
+tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.41", features = ["keymgr"] }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.41", features = ["relay", "rng-compat", "cvt-x25519"] }
[features]
full = ["tor-basic-utils/full", "tor-keymgr/full", "tor-llcrypto/full"]