diff --git a/Cargo.lock b/Cargo.lock index d4279ad551b71..99588d3bc5305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5001,9 +5001,9 @@ checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" [[package]] name = "lapin" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09373d2aa72b8026c24606543d395ba0b688152beb42537d8c10eca92e8c9925" +checksum = "209b09a06f4bd4952a0fd0594f90d53cf4496b062f59acc838a2823e1bb7d95c" dependencies = [ "amq-protocol", "async-global-executor-trait", diff --git a/Cargo.toml b/Cargo.toml index ada3ccf78ad84..e184cbd0ddf6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -239,7 +239,7 @@ goauth = { version = "0.14.0", optional = true } smpl_jwt = { version = "0.8.0", default-features = false, optional = true } # AMQP -lapin = { version = "2.4.0", default-features = false, features = ["native-tls"], optional = true } +lapin = { version = "2.5.0", default-features = false, features = ["native-tls"], optional = true } # API async-graphql = { version = "7.0.7", default-features = false, optional = true, features = ["chrono", "playground"] }