treewide: update dependencies to latest version
This commit is contained in:
parent
67f6538a8b
commit
9ce953ef09
4 changed files with 12 additions and 14 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -5,26 +5,26 @@ edition = "2018"
|
|||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
ashpd = { version = "0.9", features = ["wayland"] }
|
||||
ashpd = { version = "0.10", features = ["wayland"] }
|
||||
fontconfig = "0.9"
|
||||
# Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically
|
||||
# links to it. Large dependencies should not be duplicated.
|
||||
freetype = { version = "0.7", default-features = false }
|
||||
imgref = "1.10"
|
||||
imgref = "1.11"
|
||||
libc = "0.2"
|
||||
memmap2 = "0.9"
|
||||
polling = "3.7"
|
||||
reis = "0.3"
|
||||
reis = "0.4"
|
||||
rgb = "0.8"
|
||||
tokio = { version = "1.40", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.41", features = ["macros", "rt"] }
|
||||
wayland-backend = "0.3"
|
||||
wayland-client = "0.31"
|
||||
wayland-protocols = { version = "0.32", features = ["client", "staging", "unstable"] }
|
||||
wayland-protocols-wlr = { version = "0.3", features = ["client"] }
|
||||
wayland-scanner = "0.31"
|
||||
xkeysym = "0.2"
|
||||
yaml-rust2 = "0.8"
|
||||
zbus = { version = "4.4", default-features = false, features = ["tokio"] }
|
||||
yaml-rust2 = "0.9"
|
||||
zbus = { version = "5.1", default-features = false, features = ["tokio"] }
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.70.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue