diff options
Diffstat (limited to 'crates/tor-keymgr/Cargo.toml')
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 919102839..ea001788b 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.21.0" +version = "0.22.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -50,19 +50,19 @@ rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" } -tor-config = { path = "../tor-config", version = "0.21.0" } -tor-error = { path = "../tor-error", version = "0.21.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.21.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" } +tor-config = { path = "../tor-config", version = "0.22.0" } +tor-error = { path = "../tor-error", version = "0.22.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.22.0" } walkdir = { version = "2" } zeroize = "1" [dev-dependencies] serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" } [package.metadata.docs.rs] all-features = true |
