diff --git a/Cargo.lock b/Cargo.lock index 20bb90f8e9769..73fc72074ec44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4587,9 +4587,9 @@ checksum = "e5c1f7869c94d214466c5fd432dfed12c379fd87786768d36455892d46b18edd" [[package]] name = "lapin" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8fccae926c0fd9bc7199d79119ed26b91c9da4534153d46b8ab2b65bcbc5a02" +checksum = "acc13beaa09eed710f406201f46b961345b4d061dd90ec3d3ccc70721e70342a" dependencies = [ "amq-protocol", "async-global-executor-trait", diff --git a/Cargo.toml b/Cargo.toml index 54121597b81e3..bd54413ed613c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ goauth = { version = "0.13.1", optional = true } smpl_jwt = { version = "0.7.1", default-features = false, optional = true } # AMQP -lapin = { version = "2.2.0", default-features = false, features = ["native-tls"], optional = true } +lapin = { version = "2.2.1", default-features = false, features = ["native-tls"], optional = true } # API async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] }