Update all dependencies
This commit is contained in:
@ -7,12 +7,18 @@ edition = "2021"
|
||||
anyhow = "1"
|
||||
bscreensaver-util = { path = "../util" }
|
||||
chrono = "0.4"
|
||||
gethostname = "0.2"
|
||||
glib = { version = "0.15", features = ["log"] }
|
||||
gtk = "0.15"
|
||||
gtk-sys = "0.15"
|
||||
gdk-sys = "0.15"
|
||||
gdkx11 = "0.15"
|
||||
gethostname = "0.4"
|
||||
glib = { version = "0.18", features = ["log"] }
|
||||
gtk = "0.18"
|
||||
gtk-sys = "0.18"
|
||||
gdk-sys = "0.18"
|
||||
gdkx11 = "0.18"
|
||||
log = "0.4"
|
||||
pam-client = "0.5"
|
||||
shell-words = "1"
|
||||
|
||||
[build-dependencies]
|
||||
# pam-sys specifies default-features = false, which drops the 'runtime'
|
||||
# feature; this ends up conflicting with the xkbcommon-sys build in another
|
||||
# module, which causes pam-sys to fail to build
|
||||
bindgen = { version = "0.69", features = ["runtime"] }
|
||||
|
Reference in New Issue
Block a user