From cc3bf3182309818eac75685c0250ac818198dca1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 12 Mar 2024 18:03:58 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d76f86..221b4ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] rusqlite = "0.31.0" anyhow = { version = "1.0.81", features = ["backtrace"] } -reqwest = "0.11.25" +reqwest = "0.11.26" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures = "0.3.30"