Skip to content

Commit

Permalink
build(deps): update nix requirement from 0.28.0 to 0.29.0 (#851)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 6981f3f commit 0a31ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ uuid = { version = "1.8.0", optional = true, default-features = false, features
] }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28.0", features = ["fs", "user"] }
nix = { version = "0.29.0", features = ["fs", "user"] }

[dev-dependencies]
async-stream = "0.3.2"
Expand Down

0 comments on commit 0a31ca5

Please sign in to comment.