Skip to content

Commit 672c068

Browse files
Update nix requirement from 0.22 to 0.25
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.22.0...v0.25.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2edd6b5 commit 672c068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libc = "0.2.94"
3333
serde = { version = "1.0", features = ["derive"] }
3434
serde_yaml = "0.8"
3535
toml = "0.5.7"
36-
nix = "0.22"
36+
nix = "0.25"
3737
uuid = { version = "0.8", features = ["v4"] }
3838
ip_network_table-deps-treebitmap = "0.5.0"
3939

0 commit comments

Comments
 (0)