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