From 14b038a8c039207dfc194f778508516a6986be77 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Thu, 26 Dec 2024 20:44:43 -0500 Subject: [PATCH] Cargo.toml: upgrade tokio to 1.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2464ec2..683fdf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ memmap2 = "0.9" polling = "3.7" reis = "0.4" rgb = "0.8" -tokio = { version = "1.41", features = ["macros", "rt"] } +tokio = { version = "1.42", features = ["macros", "rt"] } wayland-backend = "0.3" wayland-client = "0.31" wayland-protocols = { version = "0.32", features = ["client", "staging", "unstable"] }