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"] }