Skip to content

Commit a25e7a7

Browse files
authored
Merge pull request rust-lang#19564 from rust-lang/dependabot/cargo/crossbeam-channel-0.5.15
chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
2 parents 2436ce0 + d84194c commit a25e7a7

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)