diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index a68810e7..61180887 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]]