deps: bump tower to pick up auto-resize in Hedge

Picks up https://github.com/tower-rs/tower/pull/484
This commit is contained in:
Henry de Valence 2020-11-19 14:30:28 -08:00
parent ba3c19142c
commit faa9cbcade
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ panic = "abort"
panic = "abort"
[patch.crates-io]
tower = { git = "https://github.com/tower-rs/tower", rev = "5e1e07744820028877654c336a3b9fe057bf46f1" }
tower = { git = "https://github.com/tower-rs/tower", rev = "d4d1c67c6a0e4213a52abcc2b9df6cc58276ee39" }
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" }