Bump reqwest from 0.12.7 to 0.12.8

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8.
- [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.7...v0.12.8)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-03 23:31:15 +00:00 committed by GitHub
parent 3dd24887a0
commit c10858e6eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -1613,7 +1613,7 @@ dependencies = [
"colored",
"derivative",
"leo-span",
"reqwest 0.12.7",
"reqwest 0.12.8",
"serde",
"thiserror",
]
@ -1647,7 +1647,7 @@ dependencies = [
"rand",
"rand_chacha",
"rand_core",
"reqwest 0.12.7",
"reqwest 0.12.8",
"rpassword",
"rusty-hook",
"self_update 0.41.0",
@ -2441,9 +2441,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.12.7"
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
dependencies = [
"base64 0.22.1",
"bytes",
@ -2726,7 +2726,7 @@ dependencies = [
"log",
"quick-xml",
"regex",
"reqwest 0.12.7",
"reqwest 0.12.8",
"self-replace",
"semver",
"serde_json",

View File

@ -136,7 +136,7 @@ default-features = false
version = "0.6.4"
[dependencies.reqwest]
version = "0.12.7"
version = "0.12.8"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]

View File

@ -38,7 +38,7 @@ version = "0.6.1"
version = "2.2.0"
[dependencies.reqwest]
version = "0.12.7"
version = "0.12.8"
[dependencies.serde]
version = "1.0.210"