diff --git a/proxmox-api/Cargo.toml b/proxmox-api/Cargo.toml index d22e8635..eb33194e 100644 --- a/proxmox-api/Cargo.toml +++ b/proxmox-api/Cargo.toml @@ -10,7 +10,7 @@ failure = "0.1" futures = "0.3" http = "0.2" proxmox-tools = { version = "0.1", path = "../proxmox-tools" } -regex = "1.0" +regex = "1.2" rustyline = "5.0.4" serde = "1.0" serde_derive = "1.0" @@ -22,7 +22,7 @@ tokio = { version = "0.2", features = [], optional = true } hyper = { version = "0.13", optional = true } [dev-dependencies] -lazy_static = "1.3" +lazy_static = "1.4" [features] default = [ "router", "cli" ]