Skip to content

Commit

Permalink
build(deps): bump nix from 0.27.1 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.27.1...v0.28.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 Mar 1, 2024
1 parent 79f9505 commit 896a993
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 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 @@ -43,7 +43,7 @@ libflate = "1.3"
libsystemd = ">= 0.2.1, < 0.8.0"
mailparse = ">= 0.13, < 0.15"
maplit = "1.0"
nix = { version = ">= 0.19, < 0.28", "default_features" = false, "features" = [ "mount", "user"] }
nix = { version = ">= 0.19, < 0.29", "default_features" = false, "features" = [ "mount", "user"] }
openssh-keys = ">= 0.5, < 0.7"
openssl = ">= 0.10.46, < 0.11"
pnet_base = ">= 0.26, < 0.35"
Expand Down

0 comments on commit 896a993

Please sign in to comment.