diff options
Diffstat (limited to 'crates/tor-keymgr/Cargo.toml')
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 5dd4cc47e..0f088d8ed 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.22.0" +version = "0.23.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -43,7 +43,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "1.0.0", features = ["full"] } downcast-rs = "1.2.0" dyn-clone = "1.0.11" -fs-mistrust = { path = "../fs-mistrust", version = "0.7.9", features = ["serde", "walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde", "walkdir"] } glob-match = "0.2.1" humantime = "2" inventory = "0.3.13" @@ -52,13 +52,13 @@ 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.22.0" } -tor-config = { path = "../tor-config", version = "0.22.0" } -tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.22.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.22.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" } +tor-config = { path = "../tor-config", version = "0.23.0" } +tor-error = { path = "../tor-error", version = "0.23.0", features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.23.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.23.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.23.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.23.0" } tracing = "0.1.36" walkdir = { version = "2" } zeroize = "1" @@ -66,7 +66,7 @@ zeroize = "1" [dev-dependencies] serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" } [package.metadata.docs.rs] all-features = true |
