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