From 9bfaf6d6a6ee9b5370a25581742a23fbd8e063d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 21:17:49 +0000 Subject: [PATCH] Update rust dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e0aa22..c80f672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,10 +63,10 @@ rustls = { version = "0.23", default-features = false, features = [ "aws-lc-rs", ] } instant-acme = { version = "0.8", features = ["hyper-rustls", "aws-lc-rs"] } -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "json"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls-native-roots", "json"] } [dev-dependencies] -tokio = { version = "1", features = ["net"] } +tokio = { version = "=1.53.1", features = ["net"] } [build-dependencies] tonic-prost-build = "0.14"