Merge pull request #41 from alterware/dependabot/cargo/reqwest-0.13.2

build(deps): bump reqwest from 0.12.28 to 0.13.2
This commit is contained in:
2026-03-11 14:35:42 +01:00
committed by GitHub
2 changed files with 391 additions and 139 deletions

View File

@@ -18,7 +18,7 @@ rand = "0.9"
semver = "1.0"
colored = "3.0"
once_cell = "1.21"
reqwest = { version = "0.12", features = ["stream"] }
reqwest = { version = "0.13", features = ["stream"] }
futures-util = "0.3"
futures = "0.3"
indicatif = "0.18"