From 6037d7b1fa2838a0f794bc73ce7facd406c37509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:33:56 +0000 Subject: [PATCH] editoast: bump lapin from 2.4.0 to 2.5.0 in /editoast Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md) - [Commits](https://github.com/amqp-rs/lapin/compare/lapin-2.4.0...lapin-2.5.0) --- updated-dependencies: - dependency-name: lapin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 6 +++--- editoast/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index bb942d91d16..839ce9f70bb 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -2442,9 +2442,9 @@ dependencies = [ [[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", @@ -3455,7 +3455,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.72", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 85e53304094..300f1456388 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -144,7 +144,7 @@ regex = "1.10.5" # 0.12.0 to 0.12.4 have weird timeout issues https://github.com/seanmonstar/reqwest/issues/2283 # This bug was introduced between 0.12.0 and 0.12.3. hostname.workspace = true -lapin = "2.3.1" +lapin = "2.5.0" ordered-float = { version = "4.2.2", features = ["serde"] } reqwest = { version = "0.11.27", default-features = false, features = ["json"] } serde = { workspace = true, features = ["derive"] }