Skip to content

Commit cfdd250

Browse files
authored
Merge pull request #1172 from pkgxdev/dependabot/cargo/crates/cli/nix-0.30.1
Update nix requirement from 0.29.0 to 0.30.1 in /crates/cli
2 parents e7b351c + 1e4d724 commit cfdd250

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.37.0"
1313
regex = "1.11.1"
1414
indicatif = "0.18.3"
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.7.0", path = "../lib" }

0 commit comments

Comments
 (0)