From 289c7bd913a1aab0966136bfe12a294bf578e364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:55:15 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.36.0 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 2c64a79e..1cc6fa28 100644 --- a/ppoprf/Cargo.toml +++ b/ppoprf/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.20" reqwest = { version = "0.11.23", features = [ "blocking", "json" ] } dotenvy = "0.15.7" insta = "1.31.0" -tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "time"] } +tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.6" [[bench]]