From 36510772ec6eaebacd14294d3d14f9317e050b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:29:42 +0000 Subject: [PATCH] chore(deps): Update Rust crate warp to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53738e61..c2bc5c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ serde = { version = "1.0.226", features = ["derive"] } float-cmp = "0.10.0" chrono = { version = "0.4.42", features = ["serde"] } tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]} -warp = "0.3.7" +warp = "0.4.0" futures = "0.3.31" reqwest = { version = "0.12.23", default-features = false }