From 2f14e157a98332b245919c085cc062dd44add63d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 20 Jun 2024 06:03:23 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da64800..4318a5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] rusqlite = "0.31.0" anyhow = { version = "1.0.86", features = ["backtrace"] } -reqwest = "0.11.27" +reqwest = "0.12.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures = "0.3.30"