From 9eef296034c70a040c5afd3572737e2c25437b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:44:33 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- crates/index-scheduler/Cargo.toml | 2 +- crates/meilisearch/Cargo.toml | 2 +- crates/milli/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a42ffa260..8f81b5f0c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,9 +1274,9 @@ dependencies = [ [[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/crates/index-scheduler/Cargo.toml b/crates/index-scheduler/Cargo.toml index 69edace771..eb2023992f 100644 --- a/crates/index-scheduler/Cargo.toml +++ b/crates/index-scheduler/Cargo.toml @@ -46,7 +46,7 @@ uuid = { version = "1.11.0", features = ["serde", "v4"] } [dev-dependencies] arroy = "0.5.0" big_s = "1.0.2" -crossbeam-channel = "0.5.14" +crossbeam-channel = "0.5.15" # fixed version due to format breakages in v1.40 insta = { version = "=1.39.0", features = ["json", "redactions"] } maplit = "1.0.2" diff --git a/crates/meilisearch/Cargo.toml b/crates/meilisearch/Cargo.toml index 1baff114f0..6bcea9a8fd 100644 --- a/crates/meilisearch/Cargo.toml +++ b/crates/meilisearch/Cargo.toml @@ -37,7 +37,7 @@ byte-unit = { version = "5.1.6", default-features = false, features = [ ] } bytes = "1.9.0" clap = { version = "4.5.24", features = ["derive", "env"] } -crossbeam-channel = "0.5.14" +crossbeam-channel = "0.5.15" deserr = { version = "0.6.3", features = ["actix-web"] } dump = { path = "../dump" } either = "1.13.0" diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 5eb89ea539..31465a0ff4 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -21,7 +21,7 @@ byteorder = "1.5.0" charabia = { version = "0.9.2", default-features = false } concat-arrays = "0.1.2" convert_case = "0.6.0" -crossbeam-channel = "0.5.14" +crossbeam-channel = "0.5.15" deserr = "0.6.3" either = { version = "1.13.0", features = ["serde"] } flatten-serde-json = { path = "../flatten-serde-json" }