| commit | 7a3a4b4ffc5e005b4beeca9a75a4c67af7c7e09c | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Apr 10 14:46:08 2025 +0000 |
| committer | GitHub <noreply@github.com> | Thu Apr 10 14:46:08 2025 +0000 |
| tree | dbd08bac514ea3dac13aa36e923e04756fee98b5 | |
| parent | b927a7c4144af3df768667bb973110160fb8352b [diff] |
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](https://github.com/crossbeam-rs/crossbeam/compare/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] <support@github.com>
diff --git a/Cargo.lock b/Cargo.lock index 0d509f5..b017b37 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -272,9 +272,9 @@ [[package]] name = "crossbeam-channel" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ]
diff --git a/Cargo.toml b/Cargo.toml index d6f9a13..1fdc6b3 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -108,7 +108,7 @@ chalk-ir = "0.100.0" chalk-recursive = { version = "0.100.0", default-features = false } chalk-derive = "0.100.0" -crossbeam-channel = "0.5.14" +crossbeam-channel = "0.5.15" dissimilar = "1.0.10" dot = "0.1.4" either = "1.15.0"