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] authored Aug 5, 2024
1 parent 4ec8ade commit 291a8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -27,7 +27,7 @@ env_logger = "0.11"
futures = "0.3"
indicatif = "0.17"
log = "0.4"
nix = { version = "0.28", default-features = false, features = ["ioctl"] }
nix = { version = "0.29", default-features = false, features = ["ioctl"] }
sha2 = "0.10"
snafu = "0.8"
tempfile = "3"
Expand Down

0 comments on commit 291a8bf

Please sign in to comment.