]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/reader.rs
bump proxmox crate to 0.1.7
[proxmox-backup.git] / src / api2 / reader.rs
index 130fe7ba74fa32fc81c4188ee9d2bf14375fa0f1..4a7aa680ae57fe5b97189f0832c86fcd0ae150d9 100644 (file)
@@ -7,9 +7,9 @@ use hyper::{Body, Response, StatusCode};
 use serde_json::Value;
 
 use proxmox::{sortable, identity};
-use proxmox::api::http_err;
 use proxmox::api::{ApiResponseFuture, ApiHandler, ApiMethod, Router, RpcEnvironment};
 use proxmox::api::schema::*;
+use proxmox::http_err;
 
 use crate::api2::types::*;
 use crate::backup::*;