From 57928e756372a2dbd47ca2b3f9d6d42c37a5c2c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:30:49 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.34.0 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 36ff219f..7af75a65 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.33.0", features = ["macros", "rt-multi-thread", "time"] } +tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.6" [[bench]]