mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 21:01:46 +02:00
Bump crossbeam-channel
(#15541)
Resolves https://rustsec.org/advisories/RUSTSEC-2025-0024.html
This commit is contained in:
committed by
GitHub
parent
dfca117551
commit
7b57f132bb
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1238,9 +1238,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",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user