diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 32066eb49..c6351fffc 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/pkgxdev/pkgx" [dependencies] tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } -rusqlite = "0.33.0" +rusqlite = "0.34.0" regex = "1.11.1" indicatif = "0.17.9" nix = { version = "0.29.0", features = ["process"] }