Skip to content

Commit

Permalink
Update nix requirement from 0.24 to 0.26
Browse files Browse the repository at this point in the history
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.24.0...v0.26.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Dec 28, 2022
1 parent fc6acf2 commit 0ae00da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ url = "2"

[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.10", default-features = false }
nix = "0.24"
nix = "0.26"
timerfd = "1"

[target.'cfg(windows)'.dev-dependencies]
Expand Down

0 comments on commit 0ae00da

Please sign in to comment.