mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-03-03 12:58:28 +03:00
Instead of using and depending on the `http` crate directly, use and depend on the re-exported `hyper::http`. Adapt namespace prefixes accordingly. This makes sure the `hyper::http` types are version compatible and allows to possibly depend on incompatible versions of `http` in the workspace in the future. No functional changes intended. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>