Cargo.toml: update dependencies
This commit is contained in:
parent
f2c3f01120
commit
52b48b0474
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ edition = "2018"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ashpd = { version = "0.10", features = ["wayland"] }
|
ashpd = { version = "0.11", features = ["wayland"] }
|
||||||
fontconfig = "0.9"
|
fontconfig = "0.9"
|
||||||
# Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically
|
# Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically
|
||||||
# links to it. Large dependencies should not be duplicated.
|
# links to it. Large dependencies should not be duplicated.
|
||||||
|
|
@ -24,7 +24,7 @@ wayland-protocols = { version = "0.32", features = ["client", "staging", "unstab
|
||||||
wayland-protocols-wlr = { version = "0.3", features = ["client"] }
|
wayland-protocols-wlr = { version = "0.3", features = ["client"] }
|
||||||
wayland-scanner = "0.31"
|
wayland-scanner = "0.31"
|
||||||
xkeysym = "0.2"
|
xkeysym = "0.2"
|
||||||
yaml-rust2 = "0.9"
|
yaml-rust2 = "0.10"
|
||||||
zbus = { version = "5", default-features = false, features = ["tokio"] }
|
zbus = { version = "5", default-features = false, features = ["tokio"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue