Merge pull request #386 from vbrandl/dependabot/cargo/reqwest-0.11.8

Bump reqwest from 0.11.7 to 0.11.8
This commit is contained in:
Valentin Brandl 2021-12-24 14:45:05 +01:00 committed by GitHub
commit 40bae1b5a3
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

@ -1537,9 +1537,9 @@ dependencies = [
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.7" version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.0",
"bytes", "bytes",

View File

@ -24,7 +24,7 @@ git2 = "0.13.25"
lazy_static = "1.4.0" lazy_static = "1.4.0"
number_prefix = "0.4.0" number_prefix = "0.4.0"
openssl-probe = "0.1.4" openssl-probe = "0.1.4"
reqwest = "0.11.7" reqwest = "0.11.8"
serde = "1.0.132" serde = "1.0.132"
serde_derive = "1.0.130" serde_derive = "1.0.130"
serde_json = "1.0.73" serde_json = "1.0.73"