1
0
Fork 0
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:
Jake Stanger 2024-05-29 21:08:10 +01:00 committed by GitHub
commit b5755ef9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -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"] }