From fa299dedaae150a72f2a3a5712a725616ca268ab Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 22 Apr 2020 09:38:52 -0700 Subject: [PATCH] Bump amqp Hopefully this will deal with (or at least help address) our `SendError(..)` panics and log collector unavailability. --- ofborg/Cargo.lock | 2 +- ofborg/Cargo.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index f56a83a..f304ca4 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "amqp" version = "0.1.0" -source = "git+https://github.com/grahamc/rust-amqp.git#f9aec2f40aef69a459f26003ce47048f8e2a08d1" +source = "git+https://github.com/grahamc/rust-amqp.git#b58edf8822072688d882966f7427f0a9e67aee78" 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)", diff --git a/ofborg/Cargo.nix b/ofborg/Cargo.nix index 506622a..76f153d 100644 --- a/ofborg/Cargo.nix +++ b/ofborg/Cargo.nix @@ -15,8 +15,8 @@ rec { authors = [ "Andrii Dmytrenko " ]; src = fetchgit { url = "https://github.com/grahamc/rust-amqp.git"; - rev = "f9aec2f40aef69a459f26003ce47048f8e2a08d1"; - sha256 = "09k6fl7l0rcwilnckdfv3smiv1ilrwi1jxmrrkjwbrj64lky3jdy"; + rev = "b58edf8822072688d882966f7427f0a9e67aee78"; + sha256 = "0a0n8h71lnsl2rbi6v1zmy015f7hl91y5mgx3qzxlfrn3pjz8sy1"; fetchSubmodules = false; }; dependencies = mapFeatures features ([