Skip to content

Commit

Permalink
Bump rusqlite from 0.29.0 to 0.31.0 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 authored Feb 17, 2024
1 parent f773192 commit c7c1744
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -23,7 +23,7 @@ crossterm = { version = "0.27.0", features = ["serde"] }
fd-lock = "3.0.3"
itertools = "0.12.0"
nu-ansi-term = "0.50.0"
rusqlite = { version = "0.29.0", optional = true }
rusqlite = { version = "0.31.0", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.79", optional = true }
strip-ansi-escapes = "0.2.0"
Expand Down

0 comments on commit c7c1744

Please sign in to comment.