diff --git a/Cargo.lock b/Cargo.lock index 7a012b0b1..fd6e8a421 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] diff --git a/Cargo.toml b/Cargo.toml index ab16e913e..dd09da50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1.0.86" bitflags = "2.5.0" captur = "1.0.1" chrono = "0.4.38" -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" crossterm = "0.28.1" git2 = { version = "0.20.0", default-features = false, features = [] } if_chain = "1.0.2"