From b66d5975ed5c5bc22fcb369c8e2e03c820f9cf3f Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 6 Apr 2024 00:13:02 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d1bc03..bdc7212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ actix-web = "4.5.1" askama = "0.12.1" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" -reqwest = { version = "0.11.27", features = ["json"] } +reqwest = { version = "0.12.3", features = ["json"] } actix-remote-ip = "0.1.0" \ No newline at end of file