Update hubcaps for better token timeouts

This commit is contained in:
Graham Christensen 2018-12-01 10:41:19 -05:00
parent 5ac52234c8
commit a7fb474d5d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 3 additions and 3 deletions

2
ofborg/Cargo.lock generated
View file

@ -221,7 +221,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hubcaps"
version = "0.3.16"
source = "git+https://github.com/grahamc/hubcaps.git#e8a181cb08f94c32e06595330775815a798990d9"
source = "git+https://github.com/grahamc/hubcaps.git#4ed98f02cf6214f4da1be238f1edaba14eb1fc80"
dependencies = [
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frank_jwt 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -64,8 +64,8 @@ let crates = cratesIO // rec {
authors = [ "softprops <d.tangren@gmail.com>" ];
src = fetchgit {
url = "https://github.com/grahamc/hubcaps.git";
rev = "e8a181cb08f94c32e06595330775815a798990d9";
sha256 = "0g1qsp7gqyf5rrl73xdk20jv2kqhgnfric5kk93j1j853wj69jf0";
rev = "4ed98f02cf6214f4da1be238f1edaba14eb1fc80";
sha256 = "0z1xc4a00khrlvnzc3c6c9a6ci6jfgvg1bqh1m3xv6b64i81kkiv";
fetchSubmodules = false;
};
dependencies = mapFeatures features ([