Skip to content

Commit 06045e8

Browse files
chore(deps): bump rusqlite from 0.39.0 to 0.40.0 (#47)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e98456 commit 06045e8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ anyhow = "1.0.102"
1414
clap = { version = "4.6.1", features = ["derive"] }
1515
crossterm = "0.29.0"
1616
ratatui = "0.30.0"
17-
rusqlite = { version = "0.39.0", features = ["bundled"] }
17+
rusqlite = { version = "0.40.0", features = ["bundled"] }
1818
serde_json = "1.0.150"
1919
tokio = { version = "1.48.0", features = ["process", "rt-multi-thread", "sync"] }

0 commit comments

Comments
 (0)