Skip to content

Commit b394e16

Browse files
Bump nix from 0.26.4 to 0.29.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.29.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.26.4...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1d02fd commit b394e16

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Cargo.lock

+12-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ backtrace = { version = "0.3" }
2626
once_cell = "1.9"
2727
libc = "^0.2.66"
2828
log = "0.4"
29-
nix = { version = "0.26", default-features = false, features = ["signal", "fs"] }
29+
nix = { version = "0.29", default-features = false, features = ["signal", "fs"] }
3030
parking_lot = "0.12"
3131
tempfile = "3.1"
3232
thiserror = "1.0"

0 commit comments

Comments
 (0)