From 352b1b678c5032f05a47a6da9e1b689c15662fb0 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Sun, 28 Apr 2024 16:43:20 +0800 Subject: [PATCH] Bump reqwest Signed-off-by: Avimitin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dce6a0a..916ed3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/Avimitin/deepl-rs" [dependencies] thiserror = "1.0.35" -reqwest = {version = "0.11.11", features = ["multipart", "json", "stream"]} +reqwest = {version = "0.12.4", features = ["multipart", "json", "stream"]} serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" tokio = { version = "1.21.1", features = ["rt", "macros", "fs", "rt-multi-thread", "io-util"] }