Skip to content

Commit 3f50781

Browse files
Update rusqlite requirement from 0.33.0 to 0.34.0 in /crates/lib
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.34.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf8fda2 commit 3f50781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
2020
tokio-stream = "0.1"
2121
strum = "0.27"
2222
strum_macros = "0.27"
23-
rusqlite = "0.33.0"
23+
rusqlite = "0.34.0"
2424
regex = "1.11.1"
2525
reqwest = { version = "0.12", features = ["stream", "blocking"] }
2626
async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] }

0 commit comments

Comments
 (0)