diff --git a/Cargo.lock b/Cargo.lock index 1203bfa..5eba5b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,9 +1216,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "reqwest" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" +checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" dependencies = [ "async-compression", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 829e72c..2209a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ image = "0.24.5" lazy_static = "1.4.0" qstring = "0.7.2" regex = "1.7.1" -reqwest = {version = "0.11.14", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} +reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} tokio = {version = "1.26.0", features = ["full"]} webp = "0.2.2"