Skip to content

Commit 75205ba

Browse files
Update lapin requirement from 2.3 to 3.7 in /reference-apps/rust (#23)
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](amqp-rs/lapin@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20190df commit 75205ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ tokio-postgres = "0.7"
1717
mysql_async = "0.35"
1818
mongodb = "3.1"
1919
redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] }
20-
lapin = "2.3"
20+
lapin = "3.7"
2121
prometheus = "0.13"
2222
lazy_static = "1.4"

0 commit comments

Comments
 (0)