diff --git a/Cargo.lock b/Cargo.lock index e51437d..7ac986f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3838032..e41e5db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ qstring = "0.7.2" ravif = { version = "0.11.2", optional = true } rgb = { version = "0.8.36", optional = true } regex = "1.9.3" -reqwest = { version = "0.11.19", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false } +reqwest = { version = "0.11.20", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false } tokio = { version = "1.32.0", features = ["full"] } [features]