From ff595efc83b610735a70517554eb87c20babad47 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 May 2026 11:39:29 +0000 Subject: [PATCH] fix(deps): update rust crate tor-config to 0.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d1b775..2bec169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } arti-client = {version = "0.37", features = ["experimental", "experimental-api", "onion-service-client", "onion-service-service", "keymgr"]} tor-chanmgr = {version = "0.37"} tor-circmgr = {version = "0.37", features = ["experimental-api", "specific-relay"] } -tor-config = {version = "0.37" } +tor-config = {version = "0.42" } tor-dirmgr = {version = "0.37" } tor-geoip = {version = "0.37"} tor-linkspec = {version = "0.37"} -- GitLab