diff options
Diffstat (limited to 'crates/tor-keymgr')
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 832fead1e..283d18b6b 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -35,9 +35,9 @@ 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.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5", features = ["keymgr"] } walkdir = { version = "2" } zeroize = "1" @@ -45,7 +45,7 @@ zeroize = "1" [dev-dependencies] serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } [package.metadata.docs.rs] all-features = true |
