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"] }