Skip to content

Commit

Permalink
Merge pull request #14 from mfep/dependabot/cargo/rusqlite-0.31.0
Browse files Browse the repository at this point in the history
Bump rusqlite from 0.30.0 to 0.31.0
  • Loading branch information
mfep authored Mar 5, 2024
2 parents f237743 + a4ebee3 commit 92e4f4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crossterm = "0.27.0"
directories-next = "2.0"
rand = "0.8.3"
ratatui = "0.25.0"
rusqlite = { version = "0.30.0", features = ["bundled", "backup"] }
rusqlite = { version = "0.31.0", features = ["bundled", "backup"] }
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3.21"
toml = "0.8"

0 comments on commit 92e4f4e

Please sign in to comment.