Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 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 @@ -46,7 +46,7 @@ rustyline = "18.0.1"
# system-library dependency; it remains outside the default build. Keep the
# 0.39 series while Rust 1.89 is the MSRV: 0.40 pulls a build script that uses
# the unstable `cfg_select` macro.
rusqlite = { version = "0.39.0", features = ["bundled"], optional = true }
rusqlite = { version = "0.40.2", features = ["bundled"], optional = true }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
# Small crate used only to obtain terminal width (Unix reuses transitive rustix).
Expand Down