From 4333d0b7c739f0a6079ae17834285baabc6df408 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 May 2026 11:39:36 +0000 Subject: [PATCH] fix(deps): update rust crate tor-dirmgr to 0.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d1b775..0d93155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ arti-client = {version = "0.37", features = ["experimental", "experimental-api", tor-chanmgr = {version = "0.37"} tor-circmgr = {version = "0.37", features = ["experimental-api", "specific-relay"] } tor-config = {version = "0.37" } -tor-dirmgr = {version = "0.37" } +tor-dirmgr = {version = "0.42" } tor-geoip = {version = "0.37"} tor-linkspec = {version = "0.37"} tor-llcrypto = {version = "0.37"} -- GitLab