Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from ThatFrogDev/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
ThatFrogDev authored Feb 17, 2024
2 parents ed02ccb + 81b4420 commit e23ea32
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
55 changes: 38 additions & 17 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 @@ -18,5 +18,5 @@ chrono = "0.4.34"
dialoguer = "0.11.0"
inquire = "0.6.2"
crossterm = "0.27.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
rusqlite = { version = "0.31.0", features = ["bundled"] }
termimad = "0.29.1"

0 comments on commit e23ea32

Please sign in to comment.