We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52375e5 commit ec8cf02Copy full SHA for ec8cf02
crates/cli/Cargo.toml
@@ -12,7 +12,7 @@ tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
12
rusqlite = "0.33.0"
13
regex = "1.11.1"
14
indicatif = "0.17.9"
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.6.0", path = "../lib" }
0 commit comments