From d5ac9e6bc7fa9497456abe7e1f5e79ca4ff1afe4 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 28 Jan 2018 21:34:47 -0500 Subject: [PATCH] update rust-amqp to handle heartbeats better --- ofborg/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index fb1881d..2a4a914 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "amqp" version = "0.1.0" -source = "git+https://github.com/grahamc/rust-amqp.git#452aee8bed87064ba86f576cf5d6587b24bfd844" +source = "git+https://github.com/grahamc/rust-amqp.git#be492890a30884be391b2effc0a6dfb3d02f74f6" 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)",