Skip to content

Commit

Permalink
deps: bump nix from 0.28.0 to 0.29.0 in the cargo group
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update: [nix](https://github.com/nix-rust/nix).


Updates `nix` from 0.28.0 to 0.29.0
- [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
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent ad612d0 commit 2c7c279
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "1.37.0", features = ["io-util", "macros", "process", "rt"],
tracing = "0.1.40"

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

[target.'cfg(windows)'.dependencies]
windows = { version = "0.56.0", optional = true }
Expand Down

0 comments on commit 2c7c279

Please sign in to comment.