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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 89981cd commit 078388f
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 @@ -30,7 +30,7 @@ dirs = "5.0"
env_logger = { version = "0.10", default-features = false }
log = { workspace = true }
logging_timer = "1.1"
nix = { version = "0.28", features = ["process"] }
nix = { version = "0.29", features = ["process"] }
serde = { version = "1.0", features = ["derive"] }
tempfile = { workspace = true }
toml = "0.8"
Expand Down

0 comments on commit 078388f

Please sign in to comment.