Cargo.toml: upgrade tokio to 1.42
This commit is contained in:
parent
3220fa0a68
commit
14b038a8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue