Skip to content

Commit

Permalink
chore: bump nix from 0.26.4 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.27.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.4...v0.27.1)

---
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 Jan 10, 2025
1 parent 8ec4f61 commit b53809c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
28 changes: 3 additions & 25 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 admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reqwest = "0.12"
serde = "1"
serde_yaml = "0.9"
pretty_env_logger = "0.5"
nix = "0.26"
nix = "0.27"
tokio = { version = "1", features = ["full"] }

fdo-data-formats = { path = "../data-formats", version = "0.5.2" }
Expand Down
2 changes: 1 addition & 1 deletion client-linuxapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
sys-info = "0.9"
serde_bytes = "0.11"
rand = "0.8.4"
nix = "0.26"
nix = "0.27"
uuid = "1.3"
thiserror = "1"
libcryptsetup-rs = { version = "0.11.2", features = ["mutex"] }
Expand Down

0 comments on commit b53809c

Please sign in to comment.