Skip to content

Commit a97c188

Browse files
Update rusqlite requirement from 0.33.0 to 0.34.0 in /crates/cli
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.33.0...v0.33.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e328b72 commit a97c188

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
@@ -9,7 +9,7 @@ repository = "https://github.com/pkgxdev/pkgx"
99

1010
[dependencies]
1111
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
12-
rusqlite = "0.33.0"
12+
rusqlite = "0.34.0"
1313
regex = "1.11.1"
1414
indicatif = "0.17.9"
1515
nix = { version = "0.29.0", features = ["process"] }

0 commit comments

Comments
 (0)