From fbe9d908ff190dd91b2f4cc6fa713a0cb2f6a419 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 20 Oct 2024 11:20:52 +0200 Subject: Dump crossterm and rataui newest versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ae23863..bb5d9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ anyhow = "1.0.75" byteorder = "1.5.0" chrono = "0.4.31" clap = { version = "4.4.6", features = ["derive"] } -crossterm = "0.27.0" +crossterm = "0.28.1" fork = "0.1.22" nix = { version = "0.27.1", features = ["ptrace"] } owo-colors = "3.5.0" -ratatui = "0.23.0" +ratatui = "0.28.1" -- cgit v1.2.3-71-g8e6c