]> git.proxmox.com Git - proxmox-backup.git/commit
update a chunk of stuff to the hyper release
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 12 Dec 2019 14:27:07 +0000 (15:27 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 Dec 2019 10:24:41 +0000 (11:24 +0100)
commitdb0cb9ce0bcd20721ead04bafa85a72a732e5b72
tree60c68dce3729bc2d680457e09598da13f3db9c4d
parent3f1020b7326c59ec29a55deee249d566f43cc120
update a chunk of stuff to the hyper release

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
23 files changed:
Cargo.toml
src/api2/admin/datastore.rs
src/api2/reader.rs
src/backup/chunk_stream.rs
src/bin/h2client.rs
src/bin/h2s-client.rs
src/bin/h2s-server.rs
src/bin/h2server.rs
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-client.rs
src/bin/proxmox-backup-proxy.rs
src/bin/test_chunk_speed2.rs
src/client/backup_writer.rs
src/client/http_client.rs
src/server/command_socket.rs
src/server/rest.rs
src/server/state.rs
src/tools.rs
src/tools/async_io.rs
src/tools/daemon.rs
src/tools/futures.rs
src/tools/runtime.rs
src/tools/wrapped_reader_stream.rs