From 06df06cd4255ea26a73b741d50ded1488cbb5655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:34:46 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48320b6..711de28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,7 +160,7 @@ pbjson-types = { version = "0.9.0", optional = true } prost = { version = "0.14.1", optional = true } prost-types = { version = "0.14.1", optional = true } tonic-prost = { version = "0.14.2", optional = true } -reqwest = { version = "0.12.12", features = ["json", "rustls-tls"], default-features = false, optional = true } +reqwest = { version = "0.13.0", features = ["json", "rustls-tls"], default-features = false, optional = true } rocket = { version = "0.5.0", optional = true } serde = { version = "1.0.200", features = ["derive"], optional = true } serde_json = { version = "1.0.116", optional = true }