summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
Diffstat (limited to 'maint')
-rw-r--r--maint/keygen-openssh-test/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/maint/keygen-openssh-test/Cargo.toml b/maint/keygen-openssh-test/Cargo.toml
index 490f73c3d..dd8aac99e 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.1", features = ["dsa", "alloc", "rand_core", "std"] }
-tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.36" }
-tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.36", features = ["keymgr"] }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.36", features = ["relay", "rng-compat", "cvt-x25519"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.37" }
+tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.37", features = ["keymgr"] }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.37", features = ["relay", "rng-compat", "cvt-x25519"] }
[features]
full = ["tor-basic-utils/full", "tor-keymgr/full", "tor-llcrypto/full"]