[pbs-devel] [PATCH proxmox-backup v2 1/4] file-restore: update dependencies

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Oct 5 18:51:57 CEST 2022


Am 13/07/2022 um 11:43 schrieb Dominik Csapak:
> logrotate is now a feature of proxmox-sys

Ok, but depreacated as Fabian patched this directly already

> proxmox-compression is it's own crate now

this is not yet used so makes no sense to have it in the same
patch as an unrelated fix, it belongs in patch 3/4 (fixed up).

> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  proxmox-file-restore/Cargo.toml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml
> index 6342c4e3..9ffac708 100644
> --- a/proxmox-file-restore/Cargo.toml
> +++ b/proxmox-file-restore/Cargo.toml
> @@ -24,7 +24,8 @@ proxmox-router = { version = "1.2.4", features = [ "cli" ] }
>  proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
>  proxmox-time = "1"
>  proxmox-uuid = "1"
> -proxmox-sys = "0.3.1"
> +proxmox-sys = { version = "0.3.1", features = [ "logrotate" ] }
> +proxmox-compression = "0.1"
>  
>  pbs-api-types = { path = "../pbs-api-types" }
>  pbs-buildcfg = { path = "../pbs-buildcfg" }






More information about the pbs-devel mailing list