diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e10bb2c..e23152f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2587,9 +2587,9 @@ dependencies = [ [[package]] name = "wreq" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6564665357ec634ef9fae06dc26796b773e3cc0a94baf4e0ae17f9a12437ad" +checksum = "16454175c8cb23d4a7285bab53b72460686195f5aef655d1abad70ab97ef46d4" dependencies = [ "btls", "btls-sys", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 180402b..52a9490 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] # HTTP client with browser impersonation -wreq = { version = "0.16.0", default-features = false, features = ["tokio-rt", "gzip", "brotli", "deflate", "zstd", "socks", "cookies", "json", "charset", "multipart", "stream", "hickory-dns", "system-proxy", "webpki-roots", "ws"] } +wreq = { version = "0.16.1", default-features = false, features = ["tokio-rt", "gzip", "brotli", "deflate", "zstd", "socks", "cookies", "json", "charset", "multipart", "stream", "hickory-dns", "system-proxy", "webpki-roots", "ws"] } wreq-util = { version = "0.2.0", features = ["emulation-serde"] } http-body-util = "0.1"