Skip to content

Commit 3b164e3

Browse files
chore: bump nix from 0.26.4 to 0.27.1
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]>
1 parent d373df7 commit 3b164e3

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

Cargo.lock

Lines changed: 3 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ reqwest = "0.12"
1818
serde = "1"
1919
serde_yaml = "0.9"
2020
pretty_env_logger = "0.5"
21-
nix = "0.26"
21+
nix = "0.27"
2222
tokio = { version = "1", features = ["full"] }
2323

2424
fdo-data-formats = { path = "../data-formats", version = "0.5.2" }

client-linuxapp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
1313
sys-info = "0.9"
1414
serde_bytes = "0.11"
1515
rand = "0.8.4"
16-
nix = "0.26"
16+
nix = "0.27"
1717
uuid = "1.3"
1818
thiserror = "1"
1919
libcryptsetup-rs = { version = "0.11.2", features = ["mutex"] }

0 commit comments

Comments
 (0)