Merge pull request #2368 from AleoHQ/dependabot/cargo/testnet3/reqwest-0.11.17

Bump reqwest from 0.11.16 to 0.11.17
This commit is contained in:
d0cd 2023-05-01 06:54:51 -07:00 committed by GitHub
commit 07e5bbee5e
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

@ -1991,9 +1991,9 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
[[package]]
name = "reqwest"
version = "0.11.16"
version = "0.11.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
dependencies = [
"base64 0.21.0",
"bytes",

View File

@ -105,7 +105,7 @@ version = "0.8"
version = "0.6.4"
[dependencies.reqwest]
version = "0.11.16"
version = "0.11.17"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]