From 4bbfa4b9077b27136a31a0978d2d63122d0a8d40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 08:28:54 +0000 Subject: [PATCH] fix(deps): update rust crate wreq-util to 3.0.0-rc.9 --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 78e25aa..9bf06b0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1760,9 +1760,9 @@ dependencies = [ [[package]] name = "wreq-util" -version = "3.0.0-rc.8" +version = "3.0.0-rc.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f0f8ffacd4d183261d36f08768fcbd617082cd81295274a9bb2fa6e9270ed59" +checksum = "2430952360874ecff465a5541de6c214a12fc232540a9a35192a7be2115e28a0" dependencies = [ "serde", "strum", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 588185c..f271587 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] # HTTP client with browser impersonation wreq = { version = "6.0.0-rc.25", default-features = false, features = ["cookies", "gzip", "brotli", "deflate", "zstd", "charset", "system-proxy", "socks", "ws", "stream"] } -wreq-util = { version = "3.0.0-rc.8", features = ["emulation-serde", "emulation-rand"] } +wreq-util = { version = "3.0.0-rc.9", features = ["emulation-serde", "emulation-rand"] } # WebSocket support futures-util = "0.3" @@ -44,7 +44,7 @@ uuid = { version = "1.19.0", features = ["v4"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.148" strum = "0.27.2" -wreq-util = { version = "3.0.0-rc.8", features = ["emulation-serde", "emulation-rand"] } +wreq-util = { version = "3.0.0-rc.9", features = ["emulation-serde", "emulation-rand"] } [profile.release] opt-level = 3