Cargo.toml: update dependencies to latest version
This commit is contained in:
parent
70775b8350
commit
3016dff2bd
1 changed files with 3 additions and 3 deletions
|
|
@ -9,11 +9,11 @@ fontconfig = "0.9.0"
|
||||||
# links to it. Large dependencies should not be duplicated.
|
# links to it. Large dependencies should not be duplicated.
|
||||||
freetype = { version = "0.7.2", default-features = false }
|
freetype = { version = "0.7.2", default-features = false }
|
||||||
imgref = "1.10.1"
|
imgref = "1.10.1"
|
||||||
libc = "0.2.155"
|
libc = "0.2.158"
|
||||||
memmap2 = "0.9.4"
|
memmap2 = "0.9.4"
|
||||||
polling = "3.7.2"
|
polling = "3.7.2"
|
||||||
rgb = "0.8.44"
|
rgb = "0.8.44"
|
||||||
tokio = { version = "1.38.1", features = ["macros", "rt"] }
|
tokio = { version = "1.39.3", features = ["macros", "rt"] }
|
||||||
wayland-backend = "0.3.5"
|
wayland-backend = "0.3.5"
|
||||||
wayland-client = "0.31.4"
|
wayland-client = "0.31.4"
|
||||||
wayland-protocols = { version = "0.32.2", features = ["client", "staging", "unstable"] }
|
wayland-protocols = { version = "0.32.2", features = ["client", "staging", "unstable"] }
|
||||||
|
|
@ -24,7 +24,7 @@ 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.69.4"
|
bindgen = "0.70.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ufkbd-gnome"
|
name = "ufkbd-gnome"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue