forked from the-distro/ofborg
Update hubcaps for better token timeouts
This commit is contained in:
parent
5ac52234c8
commit
a7fb474d5d
2
ofborg/Cargo.lock
generated
2
ofborg/Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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 ([
|
||||
|
|
Loading…
Reference in a new issue