diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 328ca1b..147a2fb 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -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)", diff --git a/ofborg/Cargo.toml b/ofborg/Cargo.toml index c87214d..c6e1063 100644 --- a/ofborg/Cargo.toml +++ b/ofborg/Cargo.toml @@ -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"