Cargo.toml: upgrade tokio to 1.42

This commit is contained in:
Richard Acayan 2024-12-26 20:44:43 -05:00
parent 3220fa0a68
commit 14b038a8c0
No known key found for this signature in database
GPG key ID: 0346F4894879DB73

View file

@ -16,7 +16,7 @@ memmap2 = "0.9"
polling = "3.7" polling = "3.7"
reis = "0.4" reis = "0.4"
rgb = "0.8" rgb = "0.8"
tokio = { version = "1.41", features = ["macros", "rt"] } tokio = { version = "1.42", features = ["macros", "rt"] }
wayland-backend = "0.3" wayland-backend = "0.3"
wayland-client = "0.31" wayland-client = "0.31"
wayland-protocols = { version = "0.32", features = ["client", "staging", "unstable"] } wayland-protocols = { version = "0.32", features = ["client", "staging", "unstable"] }