From 667dd6d8d207c2b8ae6b0d8778bce60d3a15a431 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 2 Dec 2023 22:12:42 +0100 Subject: Update cargo --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5c58a61..1f22eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] anyhow = "1.0" chrono = "0.4" -clap = { version = "4.3", features = ["derive"] } -crossterm = { version = "0.26" } +clap = { version = "4.4", features = ["derive"] } +crossterm = { version = "0.27" } rusqlite = { version = "0.29", features = [ "chrono" ] } rusqlite_migration = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tui = { package = "ratatui", version = "0.21", features = ["crossterm"] } +tui = { package = "ratatui", version = "0.24", features = ["crossterm"] } -- cgit v1.2.3