Update amqp to handle io errs hopefully better

This commit is contained in:
Graham Christensen 2018-01-24 19:32:30 -05:00
parent f92db96f6a
commit 9b672e7d1f
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

2
ofborg/Cargo.lock generated
View file

@ -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)",