From 1835077dcc958525ed79278873509c9d8951760d Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 25 May 2024 14:54:27 +0200 Subject: [PATCH] update reqwest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 551a674..658a028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] } thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12.4", features = ["json"] } chrono = "0.4" futures = "0.3" futures-util = "0.3"