mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-15 19:26:58 +02:00
chore: update deps
This commit is contained in:
parent
b68e4b4af9
commit
3a3888a2d6
3 changed files with 86 additions and 95 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -138,7 +138,7 @@ walkdir = "2.5.0"
|
|||
notify = { version = "8.1.0", default-features = false }
|
||||
wayland-client = "0.31.1"
|
||||
wayland-protocols-wlr = { version = "0.3.8", features = ["client"] }
|
||||
smithay-client-toolkit = { version = "0.18.1", default-features = false, features = [
|
||||
smithay-client-toolkit = { version = "0.19.2", default-features = false, features = [
|
||||
"calloop",
|
||||
] }
|
||||
universal-config = { version = "0.5.1", default-features = false }
|
||||
|
@ -153,7 +153,7 @@ reqwest = { version = "0.12.22", default-features = false, features = ["default-
|
|||
|
||||
# cairo
|
||||
lua-src = { version = "548.1.1", optional = true }
|
||||
mlua = { version = "0.10.5", optional = true, features = ["luajit", "send"] }
|
||||
mlua = { version = "0.11.0", optional = true, features = ["luajit", "send"] }
|
||||
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }
|
||||
|
||||
# clock
|
||||
|
@ -161,7 +161,7 @@ chrono = { version = "0.4.41", optional = true, default-features = false, featur
|
|||
|
||||
# keyboard
|
||||
colpetto = { version = "0.6.0", features = ["tokio", "tracing"], optional = true }
|
||||
evdev-rs = { version = "0.6.1", optional = true }
|
||||
evdev-rs = { version = "0.6.2", optional = true }
|
||||
|
||||
# music
|
||||
mpd-utils = { version = "0.2.1", optional = true }
|
||||
|
@ -191,10 +191,10 @@ rustix = { version = "1.0.7", default-features = false, features = ["std", "fs",
|
|||
serde_json = { version = "1.0.140", optional = true } # ipc, niri
|
||||
|
||||
# schema
|
||||
schemars = { version = "0.8.22", optional = true }
|
||||
schemars = { version = "1.0.4", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.5.41", features = ["derive"] }
|
||||
clap_complete = "4.5.54"
|
||||
clap_complete = "4.5.55"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
Loading…
Add table
Add a link
Reference in a new issue