diff --git a/Cargo.lock b/Cargo.lock index ebd36e70b604d..fb11d4ffc5964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4587,9 +4587,9 @@ checksum = "e5c1f7869c94d214466c5fd432dfed12c379fd87786768d36455892d46b18edd" [[package]] name = "lapin" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e22f78402c4f817c8d8986ff62921952d9f2218db11de6a6b10517d2112cf4" +checksum = "c8fccae926c0fd9bc7199d79119ed26b91c9da4534153d46b8ab2b65bcbc5a02" dependencies = [ "amq-protocol", "async-global-executor-trait", diff --git a/Cargo.toml b/Cargo.toml index e6d38929276c8..4d4e23ee7876f 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.1.2", default-features = false, features = ["native-tls"], optional = true } +lapin = { version = "2.2.0", default-features = false, features = ["native-tls"], optional = true } # API async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] }