diff options
Diffstat (limited to 'crates/tor-keymgr')
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index f9d4d89ce..e14441e4d 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.36.0" +version = "0.37.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -60,7 +60,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } downcast-rs = "2.0.1" dyn-clone = "1.0.11" -fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["serde", "walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.13.1", features = ["serde", "walkdir"] } glob-match = "0.2.1" humantime = "2" inventory = "0.3.13" @@ -71,15 +71,15 @@ serde = { version = "1.0.103", features = ["derive"] } signature = "2" ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } -tor-bytes = { path = "../tor-bytes", version = "0.36.0", default-features = false } -tor-config = { path = "../tor-config", version = "0.36.0" } -tor-config-path = { path = "../tor-config-path", version = "0.36.0" } -tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.36.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.36.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" } +tor-bytes = { path = "../tor-bytes", version = "0.37.0", default-features = false } +tor-config = { path = "../tor-config", version = "0.37.0" } +tor-config-path = { path = "../tor-config-path", version = "0.37.0" } +tor-error = { path = "../tor-error", version = "0.37.0", features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.37.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.37.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.37.0" } tracing = "0.1.36" visibility = { version = "0.1.0" } walkdir = { version = "2" } @@ -89,11 +89,11 @@ zeroize = "1" paste = "1" serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } -tor-cert = { path = "../tor-cert", version = "0.36.0", features = ["encode"] } -tor-checkable = { path = "../tor-checkable", version = "0.36.0" } -tor-config = { path = "../tor-config", version = "0.36.0", features = ["testing"] } -tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" } +tor-cert = { path = "../tor-cert", version = "0.37.0", features = ["encode"] } +tor-checkable = { path = "../tor-checkable", version = "0.37.0" } +tor-config = { path = "../tor-config", version = "0.37.0", features = ["testing"] } +tor-llcrypto = { version = "0.37.0", path = "../tor-llcrypto", features = ["testing"] } [package.metadata.docs.rs] all-features = true |
