Merge pull request #395 from vbrandl/dependabot/cargo/reqwest-0.11.9
All checks were successful
continuous-integration/drone/push Build is passing

Bump reqwest from 0.11.8 to 0.11.9
This commit is contained in:
Valentin Brandl 2022-01-11 12:17:03 +01:00 committed by GitHub
commit e57d40e766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
Cargo.lock generated
View File

@ -779,9 +779,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.4"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
checksum = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689"
dependencies = [
"bytes",
"fnv",
@ -1546,15 +1546,16 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.8"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258"
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
dependencies = [
"base64 0.13.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",

View File

@ -24,7 +24,7 @@ git2 = "0.13.25"
lazy_static = "1.4.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.4"
reqwest = "0.11.8"
reqwest = "0.11.9"
serde = "1.0.133"
serde_derive = "1.0.130"
serde_json = "1.0.74"