chore(cargo): bump reqwest from 0.11.24 to 0.12.2

This also removes duplicate dependencies
for `http-body`, `http` and `hyper`.
This commit is contained in:
link2xt
2024-04-02 18:58:13 +00:00
parent 2b8bf29fce
commit a890fe3a9a
3 changed files with 37 additions and 75 deletions

View File

@@ -78,7 +78,7 @@ quick-xml = "0.31"
quoted_printable = "0.5"
rand = "0.8"
regex = "1.10"
reqwest = { version = "0.11.24", features = ["json"] }
reqwest = { version = "0.12.2", features = ["json"] }
rusqlite = { version = "0.31", features = ["sqlcipher"] }
rust-hsluv = "0.1"
sanitize-filename = "0.5"