From 0934ab9561cf2256c1aaa528192a7c305167feb8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Jun 2025 02:02:33 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a938a43..54cbee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.35.1", features = ["full"] } toml = "0.8.8" env_logger = "0.11.5" walkdir = "2.5.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } chrono = { version = "0.4.38", features = ["serde"] } uuid = { version = "1.8.0", features = ["v4", "serde"] } sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }