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 18a113151..2e14e4c6e 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.40.0" +version = "0.41.0" edition = "2024" rust-version = "1.89" authors = ["The Tor Project, Inc."] @@ -38,7 +38,7 @@ derive_more = { version = "2.0.1", features = ["full"] } fs-mistrust = { path = "../fs-mistrust", version = "0.14.0" } fslock-guard = { path = "../fslock-guard", version = "0.6.0", optional = true } rand = { version = "0.9.1" } -safelog = { path = "../safelog", version = "0.8.0" } +safelog = { path = "../safelog", version = "0.8.1" } serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" serde_with = "3.0.0" @@ -46,10 +46,10 @@ subtle = "2.6" thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] } toml = "1.0.3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" } -tor-config-path = { path = "../tor-config-path", version = "0.40.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.40.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" } +tor-config-path = { path = "../tor-config-path", version = "0.41.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.41.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", optional = true } tracing = "0.1.36" zeroize = "1" |
