From 47fea0de53a282df475d779a6e4b0662dbc8ec6a Mon Sep 17 00:00:00 2001 From: emma31-dev Date: Fri, 10 Apr 2026 23:28:51 +0100 Subject: [PATCH] updated crossterm crate in toml --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 064197e..7c3ddb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,9 +320,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.169" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "linux-raw-sys" diff --git a/Cargo.toml b/Cargo.toml index b0fdda4..155f875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ regex = { version = "1.7.3", default-features = false, features = [ "unicode-perl", ] } clap = { version = "4.2.1", features = ["derive", "cargo"] } -crossterm = "0.28.0" +crossterm = "0.28.1" lazy_static = "1.4.0" etcetera = "0.10.0" walkdir = "2.3.3"