summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-keymgr/Cargo.toml')
-rw-r--r--crates/tor-keymgr/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 8aa4f0eaa..6d78a41af 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -34,10 +34,10 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "1"
-tor-config = { path = "../tor-config", version = "0.9.3" }
-tor-error = { path = "../tor-error", version = "0.5.3" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2", features = ["keymgr"] }
+tor-config = { path = "../tor-config", version = "0.9.4" }
+tor-error = { path = "../tor-error", version = "0.5.4" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4", features = ["keymgr"] }
zeroize = "1"
[dev-dependencies]