update rust-amqp to handle heartbeats better

This commit is contained in:
Graham Christensen 2018-01-28 21:34:47 -05:00
parent a5a9618c31
commit d5ac9e6bc7
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]] [[package]]
name = "amqp" name = "amqp"
version = "0.1.0" 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 = [ dependencies = [
"amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",