diff options
author | Joris | 2025-02-07 11:37:33 +0100 |
---|---|---|
committer | Joris | 2025-02-07 11:37:33 +0100 |
commit | f7afa9cf50a9459f41146ca5cb009eab69b76c5f (patch) | |
tree | c459003eb8aaf600ce35b567f74dd01e83327485 /Cargo.toml | |
parent | b24dda856ddc1317816f6ab156096528e23d724c (diff) |
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,11 +7,11 @@ edition = "2021" [dependencies] anyhow = "1.0" chrono = "0.4" -clap = { version = "4.4", features = ["derive"] } -crossterm = { version = "0.27" } -nom = { version = "7.1", features = ["alloc"] } -rusqlite = { version = "0.29", features = [ "chrono" ] } -rusqlite_migration = "1.0" +clap = { version = "4.5", features = ["derive"] } +crossterm = { version = "0.28" } +nom = { version = "8.0", features = ["alloc"] } +rusqlite = { version = "0.32", features = [ "chrono" ] } +rusqlite_migration = "1.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tui = { package = "ratatui", version = "0.24", features = ["crossterm"] } +tui = { package = "ratatui", version = "0.29", features = ["crossterm"] } |