Skip to content

Commit d84194c

Browse files
chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.14...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2436ce0 commit d84194c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/rust-analyzer/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ dependencies = [
272272

273273
[[package]]
274274
name = "crossbeam-channel"
275-
version = "0.5.14"
275+
version = "0.5.15"
276276
source = "registry+https://github.com/rust-lang/crates.io-index"
277-
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
277+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
278278
dependencies = [
279279
"crossbeam-utils",
280280
]

src/tools/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ chalk-solve = { version = "0.100.0", default-features = false }
108108
chalk-ir = "0.100.0"
109109
chalk-recursive = { version = "0.100.0", default-features = false }
110110
chalk-derive = "0.100.0"
111-
crossbeam-channel = "0.5.14"
111+
crossbeam-channel = "0.5.15"
112112
dissimilar = "1.0.10"
113113
dot = "0.1.4"
114114
either = "1.15.0"

0 commit comments

Comments
 (0)