Update Rust crate reqwest to 0.11.13

This commit is contained in:
renovate[bot] 2022-11-16 19:06:20 +00:00
parent 27b60dd07e
commit 6d6a1534e3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1186,9 +1186,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.12" version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"base64", "base64",

View file

@ -11,6 +11,6 @@ image = "0.24.5"
lazy_static = "1.4.0" lazy_static = "1.4.0"
qstring = "0.7.2" qstring = "0.7.2"
regex = "1.7.0" regex = "1.7.0"
reqwest = {version = "0.11.12", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} reqwest = {version = "0.11.13", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.21.2", features = ["full"]} tokio = {version = "1.21.2", features = ["full"]}
webp = "0.2.2" webp = "0.2.2"