diff --git a/Cargo.lock b/Cargo.lock index 1339c4f97c08a..e9fd062d4afa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4607,9 +4607,9 @@ checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" [[package]] name = "lapin" -version = "2.2.1" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc13beaa09eed710f406201f46b961345b4d061dd90ec3d3ccc70721e70342a" +checksum = "5f3067a1fcfbc3fc46455809c023e69b8f6602463201010f4ae5a3b572adb9dc" dependencies = [ "amq-protocol", "async-global-executor-trait", diff --git a/Cargo.toml b/Cargo.toml index e2497a56f0120..30632eb2c1998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ goauth = { version = "0.13.1", optional = true } smpl_jwt = { version = "0.7.1", default-features = false, optional = true } # AMQP -lapin = { version = "2.2.1", default-features = false, features = ["native-tls"], optional = true } +lapin = { version = "2.3.1", default-features = false, features = ["native-tls"], optional = true } # API async-graphql = { version = "5.0.10", default-features = false, optional = true, features = ["chrono"] }