Skip to content

Commit ec8cf02

Browse files
Update nix requirement from 0.29.0 to 0.30.1 in /crates/cli
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 52375e5 commit ec8cf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
1212
rusqlite = "0.33.0"
1313
regex = "1.11.1"
1414
indicatif = "0.17.9"
15-
nix = { version = "0.29.0", features = ["process"] }
15+
nix = { version = "0.30.1", features = ["process"] }
1616
serde_json = "1.0.135"
1717
serde = { version = "1.0", features = ["derive"] }
1818
libpkgx = { version = "0.6.0", path = "../lib" }

0 commit comments

Comments
 (0)