diff options
Diffstat (limited to 'crates/tor-rpc-connect/Cargo.toml')
| -rw-r--r-- | crates/tor-rpc-connect/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml index 3e4d64365..5706636bc 100644 --- a/crates/tor-rpc-connect/Cargo.toml +++ b/crates/tor-rpc-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rpc-connect" -version = "0.36.0" +version = "0.37.0" edition = "2024" rust-version = "1.86" authors = ["The Tor Project, Inc."] @@ -35,7 +35,7 @@ base16ct = { version = "0.3", features = ["alloc"] } cfg-if = "1.0.0" derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } -fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.13.1" } fslock-guard = { path = "../fslock-guard", version = "0.5.0", optional = true } rand = { version = "0.9.1" } safelog = { path = "../safelog", version = "0.7.0" } @@ -45,10 +45,10 @@ subtle = "2.6" thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] } toml = "0.9.5" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } -tor-config-path = { path = "../tor-config-path", version = "0.36.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.36.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" } +tor-config-path = { path = "../tor-config-path", version = "0.37.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.37.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0", optional = true } tracing = "0.1.36" zeroize = "1" |
