diff options
Diffstat (limited to 'crates/tor-keymgr/Cargo.toml')
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 5f8897185..4e62c5ca7 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.8.0" +version = "0.17.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -41,7 +41,7 @@ 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.7", features = ["serde", "walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.7.9", features = ["serde", "walkdir"] } glob-match = "0.2.1" humantime = "2" inventory = "0.3.13" @@ -51,19 +51,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.8.0" } -tor-config = { path = "../tor-config", version = "0.11.0" } -tor-error = { path = "../tor-error", version = "0.6.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.10.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" } +tor-config = { path = "../tor-config", version = "0.17.0" } +tor-error = { path = "../tor-error", version = "0.17.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.17.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.17.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.17.0" } walkdir = { version = "2" } zeroize = "1" [dev-dependencies] serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" } [package.metadata.docs.rs] all-features = true |
