From 73440894a6293d63e486bff8adba172e38bd79ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Nov 2024 18:01:23 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3771e48..d31af25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] } -reqwest = "0.11.14" +reqwest = "0.12.0" serde = "1.0.171" toml = "0.8.8" log = "0.4.19"