Merge pull request #28362 from ProvableHQ/dependabot/cargo/mainnet/reqwest-0.12.8

Bump reqwest from 0.12.7 to 0.12.8
This commit is contained in:
d0cd 2024-10-04 23:25:17 +08:00 committed by GitHub
commit b391f51250
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"