summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rpc-connect')
-rw-r--r--crates/tor-rpc-connect/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml
index e80e1058c..4a3e7340d 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.34.0"
+version = "0.35.0"
edition = "2024"
rust-version = "1.85.1"
authors = ["The Tor Project, Inc."]
@@ -35,20 +35,20 @@ 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.11.0" }
-fslock-guard = { path = "../fslock-guard", version = "0.3.0", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
+fslock-guard = { path = "../fslock-guard", version = "0.4.0", optional = true }
rand = { version = "0.9.1" }
-safelog = { path = "../safelog", version = "0.5.0" }
+safelog = { path = "../safelog", version = "0.6.0" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
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.34.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.34.0", features = ["address"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.34.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.35.0", features = ["address"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.35.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", optional = true }
tracing = "0.1.36"
zeroize = "1"