From 4c5dac4fb85a91317d5b6a643b5bb92157a3aaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:35:39 +0000 Subject: [PATCH] Bump rabbitmq_http_client from 0.64.0 to 0.65.0 Bumps [rabbitmq_http_client](https://github.com/michaelklishin/rabbitmq-http-api-rs) from 0.64.0 to 0.65.0. - [Release notes](https://github.com/michaelklishin/rabbitmq-http-api-rs/releases) - [Changelog](https://github.com/michaelklishin/rabbitmq-http-api-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/michaelklishin/rabbitmq-http-api-rs/compare/v0.64.0...v0.65.0) --- updated-dependencies: - dependency-name: rabbitmq_http_client dependency-version: 0.65.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c744f50..fc74855 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,9 +1512,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rabbitmq_http_client" -version = "0.64.0" +version = "0.65.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f7f168339a49876ed5df442eec9da515035100d769ad7a4ca67cc125f150e9" +checksum = "17f03705ab15935d1ca97605ecdfbb4fed6938df94e64dafcb08e741265308d1" dependencies = [ "backtrace", "log", diff --git a/Cargo.toml b/Cargo.toml index 8ba4bce..2af76b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ reqwest = { version = "0.12", features = [ "__rustls", "rustls-tls-native-roots", ] } -rabbitmq_http_client = { version = "0.64.0", features = [ +rabbitmq_http_client = { version = "0.65.0", features = [ "blocking", "tabled", ] }