We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7b351c + 1e4d724 commit cfdd250Copy full SHA for cfdd250
1 file changed
crates/cli/Cargo.toml
@@ -12,7 +12,7 @@ tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
12
rusqlite = "0.37.0"
13
regex = "1.11.1"
14
indicatif = "0.18.3"
15
-nix = { version = "0.29.0", features = ["process"] }
+nix = { version = "0.30.1", features = ["process"] }
16
serde_json = "1.0.135"
17
serde = { version = "1.0", features = ["derive"] }
18
libpkgx = { version = "0.7.0", path = "../lib" }
0 commit comments