Cargo.lock: update crossbeam-channel to 0.5.15

Version 0.5.13 was yanked, resulting in the following warning when
building with --locked:

    warning: package `crossbeam-channel v0.5.13` in Cargo.lock is yanked
    in registry `crates-io`, consider running without --locked
This commit is contained in:
Ivan Stanković 2025-04-12 19:56:21 +00:00 committed by Fintan Halpenny
parent 9ef9c5d59a
commit a5665412f6
No known key found for this signature in database
GPG Key ID: C93C17467280C75B
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -423,9 +423,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-channel" name = "crossbeam-channel"
version = "0.5.13" version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [ dependencies = [
"crossbeam-utils", "crossbeam-utils",
] ]