From 9437b6da24a46ddd2d29138dbe0e51b27ac32272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:38:21 +0000 Subject: [PATCH] fix(deps): update rust crate rabbitmq-stream-client to 0.7.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66f7843..1ca805e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1657,9 +1657,9 @@ dependencies = [ [[package]] name = "rabbitmq-stream-client" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6687a0415097fea799b3e984d55053d76d4ccd98b61f7f935074f95c6e6ff8" +checksum = "45321d9731c5121e3d769f05e3d06fe03649b04b649b8054a77dcf149277da3d" dependencies = [ "async-trait", "bytes", @@ -1670,7 +1670,7 @@ dependencies = [ "rabbitmq-stream-protocol", "rand", "rustls-pemfile 1.0.4", - "thiserror 1.0.68", + "thiserror 2.0.3", "tokio", "tokio-rustls 0.24.1", "tokio-stream", @@ -1681,9 +1681,9 @@ dependencies = [ [[package]] name = "rabbitmq-stream-protocol" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d246a874fc1a30cf07d2a82835c2534acae424a6f9f650db79bf766031abb24" +checksum = "ca4acb05c1d51f5836f7358281890ac36d19092dc2095d71f4f577dbbfabcf13" dependencies = [ "byteorder", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1e93ee3..4f72132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.22" clokwerk = { version = "0.4", features = ["async"] } tucana-internal = "0.0.9" dotenv = "0.15.0" -rabbitmq-stream-client = "0.6.0" +rabbitmq-stream-client = "0.7.0" thiserror = "2.0.0" async-trait = "0.1.81" mockall = "0.13.0"