diff --git a/Cargo.lock b/Cargo.lock index e19bc52..2e76961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "crossbeam-channel" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" +checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" dependencies = [ "cfg-if", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index 8fea2d0..d417270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.17" stderrlog = "0.5.4" ctrlc = "3.2.5" clap = { version = "4.1.8", features = [ "derive" ] } -crossbeam-channel = "0.5.7" +crossbeam-channel = "0.5.8" xdg = "2.4.1" tui = "0.19.0" crossterm = "0.26"