Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rmp-serde = "1.1" # Pin to avoid edition2024 requirement in newer versions
# CLI
clap = { version = "4.4", features = ["derive", "env", "color"] }
console = "0.15"
indicatif = "0.17"
indicatif = "0.18"

# Database
sqlx = { version = "0.7", features = [
Expand Down
Loading