mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-11 23:11:03 +02:00
Merge pull request #612 from JakeStanger/dependabot/cargo/nix-0.29.0
build(deps): bump nix from 0.28.0 to 0.29.0
This commit is contained in:
commit
b5755ef9d4
2 changed files with 6 additions and 6 deletions
|
@ -125,7 +125,7 @@ mlua = { version = "0.9.8", optional = true, features = ["luajit"] }
|
|||
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }
|
||||
|
||||
# clipboard
|
||||
nix = { version = "0.28.0", optional = true, features = ["event", "fs"] }
|
||||
nix = { version = "0.29.0", optional = true, features = ["event", "fs"] }
|
||||
|
||||
# clock
|
||||
chrono = { version = "0.4.38", optional = true, default_features = false, features = ["clock", "unstable-locales"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue