diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index 1075430c..181049f2 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -16,7 +16,7 @@ syn = { version = "0.15", features = [ "full" ] } [dev-dependencies] bytes = "0.4" -futures-preview = { version = "0.3.0-alpha.16", features = [ "compat" ] } +futures-preview = { version = "0.3.0-alpha", features = [ "compat" ] } http = "0.1" proxmox = { path = "../proxmox" } serde = "1.0"