From d4c1438ec39159c834d2ce6882a0667f93aec316 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:43:53 +0000 Subject: [PATCH] chore(deps): update rust crate warp to 0.3.7 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 3b880e8d..18298a1f 100644 --- a/ppoprf/Cargo.toml +++ b/ppoprf/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.21" reqwest = { version = "0.12.2", features = [ "blocking", "json" ] } dotenvy = "0.15.7" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] } -warp = "0.3.6" +warp = "0.3.7" [[bench]] name = "bench"