From 742c6121bd431006006d55606fbffd64933bb5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:27:06 +0000 Subject: [PATCH] chore(deps): Bump lapin from 2.4.0 to 2.5.0 (#20956) Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md) - [Commits](https://github.com/amqp-rs/lapin/compare/lapin-2.4.0...lapin-2.5.0) --- updated-dependencies: - dependency-name: lapin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4279ad551b71..99588d3bc5305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5001,9 +5001,9 @@ checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" [[package]] name = "lapin" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09373d2aa72b8026c24606543d395ba0b688152beb42537d8c10eca92e8c9925" +checksum = "209b09a06f4bd4952a0fd0594f90d53cf4496b062f59acc838a2823e1bb7d95c" dependencies = [ "amq-protocol", "async-global-executor-trait", diff --git a/Cargo.toml b/Cargo.toml index ada3ccf78ad84..e184cbd0ddf6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -239,7 +239,7 @@ goauth = { version = "0.14.0", optional = true } smpl_jwt = { version = "0.8.0", default-features = false, optional = true } # AMQP -lapin = { version = "2.4.0", default-features = false, features = ["native-tls"], optional = true } +lapin = { version = "2.5.0", default-features = false, features = ["native-tls"], optional = true } # API async-graphql = { version = "7.0.7", default-features = false, optional = true, features = ["chrono", "playground"] }