diff --git a/Cargo.toml b/Cargo.toml index ff18db1154c..c9a4d2a7f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ panic = "abort" [patch.crates-io] # awaiting stable versions which all depend on tokio 1.0, see #1086 for details -hyper = { git = "https://github.com/hyperium/hyper", rev = "ed2b22a7f66899d338691552fbcb6c0f2f4e06b9" } metrics = { git = "https://github.com/ZcashFoundation/metrics", rev = "971133128e5aebe3ad177acffc6154449736cfa2" } metrics-exporter-prometheus = { git = "https://github.com/ZcashFoundation/metrics", rev = "971133128e5aebe3ad177acffc6154449736cfa2" } tower = { git = "https://github.com/tower-rs/tower", rev = "d4d1c67c6a0e4213a52abcc2b9df6cc58276ee39" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 6b4019ccb3a..6e753d3a215 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1", features = ["serde_derive"] } toml = "0.5" chrono = "0.4" -hyper = { version = "0.14.0-dev", features = ["full"] } +hyper = { version = "0.14.13", features = ["full"] } futures = "0.3" tokio = { version = "0.3.6", features = ["time", "rt-multi-thread", "stream", "macros", "tracing", "signal"] } tower = { version = "0.4", features = ["hedge", "limit"] }