Skip to content

Commit d1ac453

Browse files
Bump nix from 0.15.0 to 0.16.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/commits/v0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent aca1197 commit d1ac453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0.103", features = ["derive"] }
1313
serde_json = "1.0.42"
1414
tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
1515
procfs = "0.7.4"
16-
nix = "0.15.0"
16+
nix = "0.16.0"
1717
downcast-rs = "1.1.1"
1818
snafu = "0.6.0"
1919
base64 = "0.11.0"

0 commit comments

Comments
 (0)