From 6fe8df31cbfa21db0a196128f898140488416d03 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 1 Feb 2024 02:03:44 +0100 Subject: [PATCH] Update Rust crate reqwest to 0.11.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc80204..e0da0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] rusqlite = "0.30.0" anyhow = { version = "1.0.79", features = ["backtrace"] } -reqwest = "0.11.23" +reqwest = "0.11.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures = "0.3.30"