From 7b28689674fb04600e0ab92ee48a57f8bb672673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:21:17 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.35.0 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 7af75a65..6a4f0093 100644 --- a/ppoprf/Cargo.toml +++ b/ppoprf/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.20" reqwest = { version = "0.11.22", features = [ "blocking", "json" ] } dotenvy = "0.15.7" insta = "1.31.0" -tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "time"] } +tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.6" [[bench]]