Merge pull request #1487 from sharkdp/dependabot/cargo/crossbeam-channel-0.5.11

build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11
This commit is contained in:
Thayne McCombs 2024-02-01 11:32:41 -07:00 committed by GitHub
commit b694c6e673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -216,11 +216,10 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "crossbeam-channel"
version = "0.5.10"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
dependencies = [
"cfg-if",
"crossbeam-utils",
]

View File

@ -46,7 +46,7 @@ globset = "0.4"
anyhow = "1.0"
etcetera = "0.8"
normpath = "1.1.1"
crossbeam-channel = "0.5.10"
crossbeam-channel = "0.5.11"
clap_complete = {version = "4.4.6", optional = true}
faccess = "0.2.4"