Skip to content

Commit 8391837

Browse files
Update lapin requirement from 2.1.1 to 4.6.0
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.1.1...v4.6.0) --- updated-dependencies: - dependency-name: lapin dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34b1f16 commit 8391837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sqlx = { version = "0.8.0", features = ["runtime-tokio-native-tls", "uuid", "jso
4343
# Kafka library
4444
rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true }
4545
# Rabbit library
46-
lapin = { version = "2.1.1", optional = true }
46+
lapin = { version = "4.6.0", optional = true }
4747
# Builder pattern
4848
typed-builder = { version = "0.20.0", optional = true }
4949
bb8 = "0.8.1"

0 commit comments

Comments
 (0)