mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 10:10:23 +00:00
build(deps): bump reqwest from 0.12.25 to 0.12.26 in /rust (#174)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.25 to 0.12.26. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros", "pr
|
||||
futures = { version = "0.3.31", default-features = false, features = ["executor"] }
|
||||
url = "2.5.7"
|
||||
once_cell = "1.21.3"
|
||||
reqwest = { version = "0.12.25", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
|
||||
reqwest = { version = "0.12.26", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
|
||||
hickory-resolver = { version = "0.25.2" }
|
||||
anyhow = "1.0.100"
|
||||
scopeguard = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user