hubcaps: bump master for ignoring deprecated warn

This commit is contained in:
Graham Christensen 2019-04-11 22:04:31 -04:00
parent 063591e5b9
commit 242432758c
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 2 additions and 2 deletions

2
ofborg/Cargo.lock generated
View file

@ -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#a7477f35f9dbc33a34f4486593f3725b4e523028"
source = "git+https://github.com/grahamc/hubcaps.git#1c5da1e60ee2d0d69188d83da048e7328aae05b9"
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)",

View file

@ -20,7 +20,7 @@ serde_derive = "1.0"
serde_json = "1.0"
tempfile = "2.2.0"
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
#hubcaps = { path = "../hubcaps/" } # for testing patches
#hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches
hyper = "0.10.*"
hyper-native-tls = "0.2.4"
lru-cache = "0.1.1"