1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

build(deps): bump nix from 0.26.2 to 0.27.1

Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 18:43:49 +00:00 committed by GitHub
parent 0d0447bbd2
commit f88bec93ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

View file

@ -109,7 +109,7 @@ serde_json = { version = "1.0.105", optional = true }
reqwest = { version = "0.11.20", optional = true }
# clipboard
nix = { version = "0.26.2", optional = true, features = ["event"] }
nix = { version = "0.27.1", optional = true, features = ["event"] }
# clock
chrono = { version = "0.4.28", optional = true, features = ["unstable-locales"] }