diff --git a/Cargo.lock b/Cargo.lock index a319750..35eb24b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4702,9 +4702,9 @@ dependencies = [ [[package]] name = "wreq-util" -version = "3.0.0-rc.9" +version = "3.0.0-rc.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2430952360874ecff465a5541de6c214a12fc232540a9a35192a7be2115e28a0" +checksum = "6c6bbe24d28beb9ceb58b514bd6a613c759d3b706f768b9d2950d5d35b543c04" dependencies = [ "typed-builder", "wreq", diff --git a/crates/gproxy-core/Cargo.toml b/crates/gproxy-core/Cargo.toml index b974be1..cb0d5d4 100644 --- a/crates/gproxy-core/Cargo.toml +++ b/crates/gproxy-core/Cargo.toml @@ -25,4 +25,4 @@ time.workspace = true tokio = { workspace = true, features = ["net", "rt", "sync", "time"] } uuid = { version = "1", features = ["v4"] } wreq = { version = "6.0.0-rc.27", features = ["stream"] } -wreq-util = "3.0.0-rc.9" +wreq-util = "3.0.0-rc.10"