From 9b672e7d1fa1a71836ac3aebe217adbb0d7f655a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 24 Jan 2018 19:32:30 -0500 Subject: [PATCH] Update amqp to handle io errs hopefully better --- ofborg/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 4992582..518aff5 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#46c56b3c4d0b30cbac6c0cc83033f2784f99f0ee" +source = "git+https://github.com/grahamc/rust-amqp.git#8325f89a947c4917d61adbe37b779413697a2c27" 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)",