From e5d0acf0a9603f8cff4643b71d430331be629f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:08:37 +0000 Subject: [PATCH] build: Bump concurrent-queue from 2.4.0 to 2.5.0 Bumps [concurrent-queue](https://github.com/smol-rs/concurrent-queue) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/smol-rs/concurrent-queue/releases) - [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/concurrent-queue/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: concurrent-queue dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8860c9b5d..c7c86b02d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ]