proxy/timeout.rs contains an implementation of a timeout Tower middleware. tower also contains a tower-timeout crate that does pretty much the same thing. We may want to replace our hand-rolled timeout implementation with the middleware in tower-timeout.