Merge pull request #1875 from AleoHQ/dependabot/cargo/testnet3/reqwest-0.11.11

Bump reqwest from 0.11.10 to 0.11.11
This commit is contained in:
Collin Chin 2022-06-14 16:07:53 -07:00 committed by GitHub
commit f45aecd91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1872,9 +1872,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.10"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
dependencies = [
"base64",
"bytes",
@ -1900,6 +1900,7 @@ dependencies = [
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",

View File

@ -87,7 +87,7 @@ version = "0.8"
version = "0.6.3"
[dependencies.reqwest]
version = "0.11.10"
version = "0.11.11"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]