From 3ba7f21f33d2fb5744c7ae3fecf19e67f41bee1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:54:01 +0000 Subject: [PATCH] Update lapin requirement from 2.3 to 3.7 in /reference-apps/rust Updates the requirements on [lapin](https://github.com/amqp-rs/lapin) to permit the latest version. - [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md) - [Commits](https://github.com/amqp-rs/lapin/compare/lapin-2.3.0...v3.7.2) --- updated-dependencies: - dependency-name: lapin dependency-version: 3.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index a4e68dc..0dba33c 100644 --- a/reference-apps/rust/Cargo.toml +++ b/reference-apps/rust/Cargo.toml @@ -17,6 +17,6 @@ tokio-postgres = "0.7" mysql_async = "0.35" mongodb = "3.1" redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] } -lapin = "2.3" +lapin = "3.7" prometheus = "0.13" lazy_static = "1.4"