From 7bee48841836de642453de73e782d37fc32a6549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:14:54 +0000 Subject: [PATCH 1/2] Bump async-channel from 2.2.1 to 2.3.0 Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-channel/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cf7576d..94c297b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928" +checksum = "9f2776ead772134d55b62dd45e59a79e21612d85d0af729b8b7d3967d601a62a" dependencies = [ "concurrent-queue", "event-listener", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 96857295..0c8b80af 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -80,7 +80,7 @@ version = "0.8.17" features = [ "uuid1" ] [dev-dependencies] -async-channel = "2.2.1" +async-channel = "2.3.0" buf-list = "1.0.3" expectorate = "1.1.0" hyper-rustls = "0.25.0" From 86503e08afc259e716b273e49d299b96232d87b6 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Mon, 13 May 2024 20:44:54 -0700 Subject: [PATCH 2/2] cargo update -p concurrent-queue --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94c297b5..8c25380b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,9 +198,9 @@ dependencies = [ [[package]] name = "concurrent-queue" -version = "2.2.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ]