From 0f24e684b64cb32ce280b0984980f7afe143b78c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 Jun 2022 18:14:05 +0200 Subject: [PATCH] chore(deps): update `crossbeam` (#1463) There is a possible race condition in `0.8.0`. --- Cargo.lock | 4 ++-- zellij-utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b4c3542..780024ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9" [[package]] name = "async-trait" -version = "0.1.54" +version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "159c7edec63db93c5eb1e5e6928f6dec9aea1174cf983a8e5fc4caa179792814" +checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" dependencies = [ "proc-macro2", "quote", diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml index b1e42c9b..a63e74ba 100644 --- a/zellij-utils/Cargo.toml +++ b/zellij-utils/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "3.0", features = ["derive", "env"] } clap_complete = "3.0" colored = "2.0.0" colorsys = "0.6.5" -crossbeam = "0.8.0" +crossbeam = "0.8.1" directories-next = "2.0" interprocess = "1.1.1" lazy_static = "1.4.0"