From 6affd21624e9e177e15d89aff7f232a16b95c7e9 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 24 Jan 2025 21:46:13 -0500 Subject: [PATCH] Consume rabbitmq_http_client from git --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6a855a8..2756989 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,6 +1432,7 @@ dependencies = [ [[package]] name = "rabbitmq_http_client" version = "0.17.0" +source = "git+https://github.com/michaelklishin/rabbitmq-http-api-rs#1ad265efcd51cd88425782176cbb8b82f72dca8e" dependencies = [ "backtrace", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 0050d4f..72d2bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ reqwest = { version = "0.12.12", features = [ "__rustls", "rustls-tls-native-roots" ]} -rabbitmq_http_client = { path = "/Users/antares/Development/RabbitMQ/rabbitmq-http-api-client-rs.git", features = [ +rabbitmq_http_client = { git = "https://github.com/michaelklishin/rabbitmq-http-api-rs", features = [ "core", "blocking", "tabled"