From 0ba321b7e41b3d96245df95b6b836864856e2be1 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 26 Dec 2017 11:55:20 -0500 Subject: [PATCH] Update just amqp --- ofborg/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 6a14b33..734e7fa 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "amqp" version = "0.1.0" -source = "git+https://github.com/grahamc/rust-amqp.git#1216885c84f7c94a205a8e41519684e7df0e0f35" +source = "git+https://github.com/grahamc/rust-amqp.git#07ff696c26f5fc7725a5183fa6d2180489f59ae1" dependencies = [ "amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",