diff options
Diffstat (limited to 'crates/tor-keymgr/Cargo.toml')
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 532a06fd8..9404fa64b 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -28,21 +28,21 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = "0.99.3" downcast-rs = "1.2.0" dyn-clone = "1.0.11" -fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", features = ["serde", "walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["serde", "walkdir"] } itertools = "0.11.0" rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } ssh-key = { version = "0.5.1", features = ["std"] } thiserror = "1" -tor-config = { path = "../tor-config", version = "0.9.2" } -tor-error = { path = "../tor-error", version = "0.5.2" } +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"] } zeroize = "1" [dev-dependencies] tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } [package.metadata.docs.rs] all-features = true |
