We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3145cac + 143d00e commit c62ef45Copy full SHA for c62ef45
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.30.1", features = ["process"] }
+nix = { version = "0.31.1", features = ["process"] }
16
serde_json = "1.0.135"
17
serde = { version = "1.0", features = ["derive"] }
18
libpkgx = { version = "0.7.1", path = "../lib" }
0 commit comments