Cargo.toml: update dependencies
This commit is contained in:
parent
f3ba955ae4
commit
fd4b9dcf12
1 changed files with 10 additions and 10 deletions
20
Cargo.toml
20
Cargo.toml
|
|
@ -11,20 +11,20 @@ freetype = { version = "0.7.2", default-features = false }
|
||||||
imgref = "1.10.1"
|
imgref = "1.10.1"
|
||||||
libc = "0.2.158"
|
libc = "0.2.158"
|
||||||
memmap2 = "0.9.4"
|
memmap2 = "0.9.4"
|
||||||
polling = "3.7.2"
|
polling = "3.7.3"
|
||||||
rgb = "0.8.44"
|
rgb = "0.8.50"
|
||||||
tokio = { version = "1.39.3", features = ["macros", "rt"] }
|
tokio = { version = "1.40.0", features = ["macros", "rt"] }
|
||||||
wayland-backend = "0.3.5"
|
wayland-backend = "0.3.7"
|
||||||
wayland-client = "0.31.4"
|
wayland-client = "0.31.6"
|
||||||
wayland-protocols = { version = "0.32.2", features = ["client", "staging", "unstable"] }
|
wayland-protocols = { version = "0.32.4", features = ["client", "staging", "unstable"] }
|
||||||
wayland-protocols-wlr = { version = "0.3.2", features = ["client"] }
|
wayland-protocols-wlr = { version = "0.3.4", features = ["client"] }
|
||||||
wayland-scanner = "0.31.3"
|
wayland-scanner = "0.31.5"
|
||||||
xkeysym = "0.2.0"
|
xkeysym = "0.2.1"
|
||||||
yaml-rust2 = "0.8.1"
|
yaml-rust2 = "0.8.1"
|
||||||
zbus = { version = "4.4.0", default-features = false, features = ["tokio"] }
|
zbus = { version = "4.4.0", default-features = false, features = ["tokio"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.70.0"
|
bindgen = "0.70.1"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ufkbd-gnome"
|
name = "ufkbd-gnome"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue