From 970777cdc418dd694f3260788325ae0e65c15851 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 19 Apr 2024 13:47:18 -0400 Subject: [PATCH] Update Rust crate reqwest to 0.12.4 (#95) Co-authored-by: Renovate Co-committed-by: Renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ec2806..da80b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ cargo_toml = "0.20.0" gamedig = "0.5.0" once_cell = "1.19.0" poise = "0.6.1" -reqwest = { version = "0.12.3", features = ["json"] } +reqwest = { version = "0.12.4", features = ["json"] } serde = "1.0.198" serde_json = "1.0.116" sysinfo = "0.30.11"