From 6cb49defcb136f96d7e01e12a8da80c9bc9792c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 May 2026 11:39:58 +0000 Subject: [PATCH] fix(deps): update rust crate tor-netdir to 0.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d1b775..e0c8fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tor-dirmgr = {version = "0.37" } tor-geoip = {version = "0.37"} tor-linkspec = {version = "0.37"} tor-llcrypto = {version = "0.37"} -tor-netdir = {version = "0.37", features = ["experimental-api"]} +tor-netdir = {version = "0.42", features = ["experimental-api"]} tor-netdoc = {version = "0.37" } tor-proto = {version = "0.37" } tor-rtcompat = {version = "0.37", features = ["tokio"]} -- GitLab