summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rpc-connect/Cargo.toml')
-rw-r--r--crates/tor-rpc-connect/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml
index 7ad997ea3..510b08064 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.42.0"
+version = "0.43.0"
edition = "2024"
rust-version = "1.89"
authors = ["The Tor Project, Inc."]
@@ -35,8 +35,8 @@ base16ct = { version = "1.0", 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.14.0" }
-fslock-guard = { path = "../fslock-guard", version = "0.6.0", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" }
+fslock-guard = { path = "../fslock-guard", version = "0.7.0", optional = true }
rand = { version = "0.10.1" }
safelog = { path = "../safelog", version = "0.8.2" }
serde = { version = "1.0.103", features = ["derive"] }
@@ -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.42.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.42.0", features = ["address"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.42.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.42.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.43.0", features = ["address"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", optional = true }
tracing = "0.1.36"
zeroize = "1"