From bbf46fe0b7dd71100b4eeb87d543951386d6d562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:52:11 +0000 Subject: [PATCH] Bump rsmq_async from 9.0.0 to 10.0.0 in /deepwell Bumps [rsmq_async](https://github.com/Couragium/rsmq-async-rs) from 9.0.0 to 10.0.0. - [Changelog](https://github.com/DavidBM/rsmq-async-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Couragium/rsmq-async-rs/commits) --- updated-dependencies: - dependency-name: rsmq_async dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deepwell/Cargo.lock | 4 ++-- deepwell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deepwell/Cargo.lock b/deepwell/Cargo.lock index 784ba250df..047949cf58 100644 --- a/deepwell/Cargo.lock +++ b/deepwell/Cargo.lock @@ -3312,9 +3312,9 @@ dependencies = [ [[package]] name = "rsmq_async" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9353df5bcde1ed4b051519047700c5b54477cac3e483fbeaccbd74018116cf31" +checksum = "11de431b5fc8ba7fe9651be36ab361e9b4efa7b23989dfb4b36c108c07c41c86" dependencies = [ "async-trait", "bb8", diff --git a/deepwell/Cargo.toml b/deepwell/Cargo.toml index f041e74945..a742ebf6af 100644 --- a/deepwell/Cargo.toml +++ b/deepwell/Cargo.toml @@ -46,7 +46,7 @@ redis = { version = "0.25", features = ["aio", "connection-manager", "keep-alive ref-map = "0.1" regex = "1" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } -rsmq_async = "9" +rsmq_async = "10" rust-s3 = { version = "0.32", features = ["with-tokio"], default-features = false } rust-otp = "2" sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-tokio-rustls", "postgres-array", "macros", "with-json", "with-time"], default-features = false }