Update Rust crate reqwest to 0.11.16

This commit is contained in:
renovate[bot] 2023-03-27 22:53:45 +00:00
parent 6dc1c6a896
commit 68f7ce13c2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1212,9 +1212,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.15" version = "0.11.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"base64", "base64",

View file

@ -11,6 +11,6 @@ image = "0.24.6"
once_cell = "1.17.1" once_cell = "1.17.1"
qstring = "0.7.2" qstring = "0.7.2"
regex = "1.7.3" regex = "1.7.3"
reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} reqwest = {version = "0.11.16", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.26.0", features = ["full"]} tokio = {version = "1.26.0", features = ["full"]}
webp = "0.2.2" webp = "0.2.2"