diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index d472b62..e766847 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -210,7 +210,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#3ddb700e6b51d7ffc2edd3b001987b4fa124d0e2" +source = "git+https://github.com/grahamc/hubcaps.git#451cf178af44995b07ac24ebc514b71c1574485a" dependencies = [ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ofborg/Cargo.toml b/ofborg/Cargo.toml index fdc84ae..92332d9 100644 --- a/ofborg/Cargo.toml +++ b/ofborg/Cargo.toml @@ -16,6 +16,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 hyper = "0.10.*" hyper-native-tls = "0.2.4" lru-cache = "0.1.1"