mirror of https://github.com/lapce/lapce.git
chore(deps): bump crossbeam-channel from 0.5.11 to 0.5.12
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.11 to 0.5.12. - [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.11...crossbeam-channel-0.5.12) --- 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
c2321a963b
commit
6b38f76161
|
@ -1165,9 +1165,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crossbeam-channel"
|
name = "crossbeam-channel"
|
||||||
version = "0.5.11"
|
version = "0.5.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
]
|
]
|
||||||
|
|
|
@ -35,7 +35,7 @@ anyhow = { version = "1.0" }
|
||||||
backtrace = { version = "0.3" }
|
backtrace = { version = "0.3" }
|
||||||
chrono = { version = "0.4" }
|
chrono = { version = "0.4" }
|
||||||
clap = { version = "4.5.0", default-features = false, features = ["std", "help", "usage", "derive"] }
|
clap = { version = "4.5.0", default-features = false, features = ["std", "help", "usage", "derive"] }
|
||||||
crossbeam-channel = { version = "0.5.11" }
|
crossbeam-channel = { version = "0.5.12" }
|
||||||
directories = { version = "4.0.1" }
|
directories = { version = "4.0.1" }
|
||||||
flate2 = { version = "1.0" }
|
flate2 = { version = "1.0" }
|
||||||
globset = { version = "0.4.14" }
|
globset = { version = "0.4.14" }
|
||||||
|
|
Loading…
Reference in New Issue