proxmox-api: update lazy_static to 1.4
which is available in Debian unstable. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
fa4f892c19
commit
2ecd975608
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user