summaryrefslogtreecommitdiff
path: root/maint/keygen-openssh-test
diff options
context:
space:
mode:
Diffstat (limited to 'maint/keygen-openssh-test')
-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 c7c1ae473..f27a9eead 100644
--- a/maint/keygen-openssh-test/Cargo.toml
+++ b/maint/keygen-openssh-test/Cargo.toml
@@ -14,9 +14,9 @@ base32 = "0.5"
clap = { version = "4.3.24", features = ["derive"] }
rand = "0.10.1"
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.42" }
-tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.42", features = ["keymgr"] }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.42", features = ["relay", "rng-compat", "cvt-x25519"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.43" }
+tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.43", features = ["keymgr"] }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.43", features = ["relay", "rng-compat", "cvt-x25519"] }
[features]
full = ["tor-basic-utils/full", "tor-keymgr/full", "tor-llcrypto/full"]