mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-14 15:23:19 +00:00
fixup build with new acme crate
We missed an API break in the acme crate versioning... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8c0bbc0d97
commit
83e748baf5
@ -11,8 +11,8 @@ use nix::sys::stat::Mode;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use proxmox_acme::account::AccountCreator;
|
||||
use proxmox_acme::account::AccountData as AcmeAccountData;
|
||||
use proxmox_acme::order::{Order, OrderData};
|
||||
use proxmox_acme::types::AccountData as AcmeAccountData;
|
||||
use proxmox_acme::Request as AcmeRequest;
|
||||
use proxmox_acme::{Account, Authorization, Challenge, Directory, Error, ErrorResponse};
|
||||
use proxmox_http::client::Client;
|
||||
|
@ -16,7 +16,7 @@ use proxmox_router::{
|
||||
use proxmox_schema::{api, param_bail};
|
||||
use proxmox_sys::{task_log, task_warn};
|
||||
|
||||
use proxmox_acme::account::AccountData as AcmeAccountData;
|
||||
use proxmox_acme::types::AccountData as AcmeAccountData;
|
||||
use proxmox_acme::Account;
|
||||
|
||||
use pbs_api_types::{Authid, PRIV_SYS_MODIFY};
|
||||
|
Loading…
Reference in New Issue
Block a user