Skip to content

Commit f346fd5

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 329d1b4 commit f346fd5

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

Cargo.lock

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

src/cleanup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2018"
77
[dependencies]
88
structopt = "0.3.5"
99
libc = "0.2.66"
10-
nix = "0.15.0"
10+
nix = "0.16.0"

src/invoker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ invoker-api = {path = "../invoker-api"}
1717
cfg-if = "0.1.10"
1818
pom = {path = "../pom"}
1919
libc = "0.2.66"
20-
nix = "0.15.0"
20+
nix = "0.16.0"
2121
memchr = "2.2.1"
2222
strum = "0.16.0"
2323
strum_macros = "0.16.0"

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)