1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-05-05 18:12:56 -04:00

Update yanked 0.5.13 crossbeam-channel version

This commit is contained in:
Nathan Lilienthal 2025-04-10 22:08:21 -04:00 committed by GitHub
parent d716fe4e83
commit a0c4dfe962
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -529,9 +529,9 @@ dependencies = [
[[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",
]