Skip to content

Commit da20458

Browse files
deps(cargo): bump rusqlite from 0.39.0 to 0.40.0 (#54)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cad76d6 commit da20458

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
@@ -23,7 +23,7 @@ futures-util = "0.3.32"
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde_json = "1.0.150"
2525
rmcp = "1.7.0"
26-
rusqlite = { version = "0.39.0", features = ["bundled"] }
26+
rusqlite = { version = "0.40.0", features = ["bundled"] }
2727
ratatui = "0.30.0"
2828
crossterm = "0.29.0"
2929
log = "0.4.29"

0 commit comments

Comments
 (0)