Skip to content

Commit 25def05

Browse files
Bump nix from 0.27.1 to 0.29.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.29.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.1...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 32d0610 commit 25def05

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Cargo.lock

+11-4
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
@@ -37,7 +37,7 @@ comfy-table = "7.1.0"
3737
exitcode = "1.1.2"
3838
human-panic = "1.2.3"
3939
log = "0.4.21"
40-
nix = {version = "0.27.1", features = ["process"]}
40+
nix = {version = "0.29.0", features = ["process"]}
4141
stderrlog = "0.6.0"
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)