upgrade hubcaps for nullable target URLs
This commit is contained in:
parent
fa5d6425fe
commit
f9086a62ec
2
ofborg/Cargo.lock
generated
2
ofborg/Cargo.lock
generated
|
@ -247,7 +247,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#1c5da1e60ee2d0d69188d83da048e7328aae05b9"
|
||||
source = "git+https://github.com/grahamc/hubcaps.git#3638c7df3ecd46a773ea76a07c845e08bbd6d9ab"
|
||||
dependencies = [
|
||||
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"frank_jwt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -67,8 +67,8 @@ rec {
|
|||
authors = [ "softprops <d.tangren@gmail.com>" ];
|
||||
src = fetchgit {
|
||||
url = "https://github.com/grahamc/hubcaps.git";
|
||||
rev = "1c5da1e60ee2d0d69188d83da048e7328aae05b9";
|
||||
sha256 = "0s8ralkinvcjs5cnl2iar0hzwa1k16b7a0n24fw5dx9fqcykm4ya";
|
||||
rev = "3638c7df3ecd46a773ea76a07c845e08bbd6d9ab";
|
||||
sha256 = "1gx3fplnyna18f7a90jn9mi22xpqwyi9zpn8jvamlxb852lybmhd";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
dependencies = mapFeatures features ([
|
||||
|
|
Loading…
Reference in a new issue