mirror of https://github.com/lapce/lapce.git
chore(deps): bump crossbeam-channel from 0.5.6 to 0.5.8
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.6 to 0.5.8. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.6...crossbeam-channel-0.5.8) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
548ca85c25
commit
4514221191
|
@ -1102,9 +1102,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossbeam-channel"
|
||||
version = "0.5.6"
|
||||
version = "0.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
||||
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"crossbeam-utils",
|
||||
|
@ -2831,7 +2831,7 @@ dependencies = [
|
|||
"tar",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"toml 0.5.9",
|
||||
"toml 0.8.2",
|
||||
"toml_edit 0.19.14",
|
||||
"tracing 0.2.0",
|
||||
"tracing-appender",
|
||||
|
@ -2913,7 +2913,7 @@ dependencies = [
|
|||
"strum",
|
||||
"strum_macros",
|
||||
"tar",
|
||||
"toml 0.5.9",
|
||||
"toml 0.8.2",
|
||||
"toml_edit 0.19.14",
|
||||
"tracing 0.2.0",
|
||||
"trash",
|
||||
|
|
|
@ -37,7 +37,7 @@ authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
|||
anyhow = "1.0"
|
||||
chrono = "0.4"
|
||||
clap = { version = "3.2.25", features = ["derive"] }
|
||||
crossbeam-channel = "0.5.0"
|
||||
crossbeam-channel = "0.5.8"
|
||||
directories = "4.0.1"
|
||||
flate2 = "1.0"
|
||||
hashbrown = { version = "0.12.3", features = ["serde"] }
|
||||
|
|
Loading…
Reference in New Issue