From c107b67a7e23a1257eb140ca97d0861a6c57602c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 4 Oct 2023 02:02:02 +0200 Subject: [PATCH] Update Rust crate reqwest to 0.11.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a91265d..e2ae358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] rusqlite = "0.29.0" anyhow = { version = "1.0.75", features = ["backtrace"] } -reqwest = "0.11.21" +reqwest = "0.11.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures = "0.3.28"