]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-client/src/catalog_shell.rs
use new proxmox-async crate
[proxmox-backup.git] / pbs-client / src / catalog_shell.rs
index dbc23ef642ba51dbaec233c3d309fd57417a5a5b..aab4c98966cb5b518b5d36b9740736bbc9306d75 100644 (file)
@@ -19,7 +19,7 @@ use proxmox_router::cli::{self, CliCommand, CliCommandMap, CliHelper, CommandLin
 use proxmox_schema::api;
 use pxar::{EntryKind, Metadata};
 
-use pbs_runtime::block_in_place;
+use proxmox_async::runtime::block_in_place;
 use pbs_datastore::catalog::{self, DirEntryAttribute};
 
 use crate::pxar::Flags;