Skip to content

Commit

Permalink
Update nix requirement from 0.27.0 to 0.28.0 (#30)
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.27.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 2ca787e commit 7714f31
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 @@ -10,7 +10,7 @@ keywords = ["command", "process", "child", "subprocess", "fd"]
categories = ["os::unix-apis"]

[dependencies]
nix = { version = "0.27.0", features = ["fs"] }
nix = { version = "0.28.0", features = ["fs"] }
thiserror = "1.0.24"
tokio-crate = { package = "tokio", version = "1.32.0", optional = true, default-features = false, features = [
"process",
Expand Down

0 comments on commit 7714f31

Please sign in to comment.