Skip to content

Commit

Permalink
Bump nix from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 5b36e57 commit 207f299
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -41,7 +41,7 @@ env_logger = { workspace = true }
jump = { path = "jump" }
log = { workspace = true }
logging_timer = { workspace = true }
nix = { version = "0.28" , features = ["process"] }
nix = { version = "0.29" , features = ["process"] }
proc-exit = "2.0"
tempfile = { workspace = true }
zip = { workspace = true }

0 comments on commit 207f299

Please sign in to comment.