From ce08ebb6b731679dbd1f5872dd3a51bbcfe6064d Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:07:34 +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 afe95ad..312d4da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ itertools = "0.14.0" lazy_static = "1.4.0" home = "0.5" prost = "0.12.1" -reqwest = { version = "0.12.0", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } rand = "0.9.0" rkyv = { version = "0.7.42", features = ["strict"] } serde = { version = "1.0.193", features = ["derive"] }