Bump amqp

Hopefully this will deal with (or at least help address) our
`SendError(..)` panics and log collector unavailability.
This commit is contained in:
Cole Helbling 2020-04-22 09:38:52 -07:00
parent 0581cc59ed
commit fa299dedaa
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C
2 changed files with 3 additions and 3 deletions

2
ofborg/Cargo.lock generated
View file

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

View file

@ -15,8 +15,8 @@ rec {
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
src = fetchgit {
url = "https://github.com/grahamc/rust-amqp.git";
rev = "f9aec2f40aef69a459f26003ce47048f8e2a08d1";
sha256 = "09k6fl7l0rcwilnckdfv3smiv1ilrwi1jxmrrkjwbrj64lky3jdy";
rev = "b58edf8822072688d882966f7427f0a9e67aee78";
sha256 = "0a0n8h71lnsl2rbi6v1zmy015f7hl91y5mgx3qzxlfrn3pjz8sy1";
fetchSubmodules = false;
};
dependencies = mapFeatures features ([