Skip to content

Commit

Permalink
Update nix requirement from 0.28 to 0.29
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.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent abb1725 commit 8f9c1fd
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 @@ -30,7 +30,7 @@ rustix = { version = "0.38", default-features = false, features = ["event", "fs"
thiserror = "1.0.7"

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28", default-features = false, features = ["signal"], optional = true }
nix = { version = "0.29", default-features = false, features = ["signal"], optional = true }

[dev-dependencies]
futures = "0.3.5"
Expand Down

0 comments on commit 8f9c1fd

Please sign in to comment.