Merge pull request #2085 from AleoHQ/dependabot/cargo/testnet3/reqwest-0.11.12

Bump reqwest from 0.11.11 to 0.11.12
This commit is contained in:
Collin Chin 2022-09-21 15:19:56 -07:00 committed by GitHub
commit c1eb72d5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2026,9 +2026,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.11"
version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
dependencies = [
"base64",
"bytes",
@ -2042,11 +2042,11 @@ dependencies = [
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",

View File

@ -106,7 +106,7 @@ version = "0.8"
version = "0.6.4"
[dependencies.reqwest]
version = "0.11.11"
version = "0.11.12"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]