Skip to content

Commit 92796ec

Browse files
build(deps): update nix requirement from 0.29 to 0.30
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b92c4 commit 92796ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ crossbeam = "0.8.1"
3131
futures = "0.3.19"
3232
libc = "0.2.112"
3333
log = {version = "0.4.2", features=["kv_unstable"]}
34-
nix = "0.29"
34+
nix = "0.30"
3535
oci-spec = "0.7"
3636
os_pipe = "1.1"
3737
prctl = "1.0.0"

0 commit comments

Comments
 (0)