Update crossbeam-channel to resolve RUSTSEC

This commit is contained in:
Emil Ernerfeldt 2025-04-13 19:12:22 +02:00
parent 7055141c18
commit a8e0c56a8f
1 changed files with 2 additions and 2 deletions

View File

@ -1004,9 +1004,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",
]