Skip to content

Commit

Permalink
Bump reqwest
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <dev@avimit.in>
  • Loading branch information
Avimitin committed Apr 28, 2024
1 parent dc8a691 commit 352b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 352b1b6

Please sign in to comment.