Merge pull request #859 from AleoHQ/dependabot/cargo/reqwest-0.11.3

Bump reqwest from 0.11.2 to 0.11.3
This commit is contained in:
Collin Chin 2021-04-13 15:19:57 -07:00 committed by GitHub
commit f9e6c9d86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2264,9 +2264,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.2"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4"
checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124"
dependencies = [
"base64",
"bytes",

View File

@ -120,7 +120,7 @@ version = "0.8"
version = "0.6.2"
[dependencies.reqwest]
version = "0.11.2"
version = "0.11.3"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]