From: Ian Jackson Date: Sun, 5 Jul 2020 00:40:37 +0000 (+0100) Subject: go back to normal hyper X-Git-Tag: otter-0.2.0~1455 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=af0fc9730c5298a6b60044f42566c1a6d947ef7c;p=otter.git go back to normal hyper --- diff --git a/Cargo.lock.example b/Cargo.lock.example index e29210cd..8a48c2d8 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -463,6 +463,8 @@ checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" [[package]] name = "hyper" version = "0.10.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" dependencies = [ "base64 0.9.3", "httparse", diff --git a/Cargo.toml b/Cargo.toml index fcb2f5a8..0a56662b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,9 +41,6 @@ rocket_contrib = { path = "/home/ian/Rustup/Game/rocket/contrib/lib", default-fe vecdeque-stableix = "0" -[patch.crates-io] -hyper = { path = "/home/ian/Rustup/Game/hyper" } - #hmac = "0.7" #base64 = "0.10" #sha2 = "0.8"