Merge pull request #142 from mxve/dependabot/cargo/reqwest-0.12.7

Bump reqwest from 0.12.5 to 0.12.7
This commit is contained in:
2024-08-30 12:14:37 +02:00
committed by GitHub
2 changed files with 77 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ rand = "0.8.5"
semver = "1.0.23"
colored = "2.1.0"
once_cell = "1.19.0"
reqwest = { version = "0.12.5", features = ["stream"] }
reqwest = { version = "0.12.7", features = ["stream"] }
futures-util = "0.3.30"
indicatif = "0.17.8"
tokio = {version="1.39.3", features = ["rt-multi-thread", "macros"]}