more workspace dependencies
regex was missed in the first pass, and two intra-workspace dev-dependencies as well. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
485ed1a2a2
commit
8316fd3899
@ -50,6 +50,7 @@ openssl = "0.10"
|
||||
percent-encoding = "2.1"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
regex = "1.5"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
syn = { version = "1.0", features = [ "full", "visit-mut" ] }
|
||||
|
@ -24,13 +24,11 @@ serde = { workspace = true, features = [ "derive" ] }
|
||||
serde_json.workspace = true
|
||||
|
||||
[dev-dependencies.proxmox-schema]
|
||||
version = "1.0.0"
|
||||
path = "../proxmox-schema"
|
||||
workspace = true
|
||||
features = [ "test-harness", "api-macro" ]
|
||||
|
||||
[dev-dependencies.proxmox-router]
|
||||
version = "1.0.0"
|
||||
path = "../proxmox-router"
|
||||
workspace = true
|
||||
features = [ "test-harness" ]
|
||||
|
||||
# [features]
|
||||
|
@ -25,7 +25,7 @@ log.workspace = true
|
||||
nix.workspace = true
|
||||
once_cell = "1.3.1"
|
||||
percent-encoding.workspace = true
|
||||
regex = "1.5"
|
||||
regex.workspace = true
|
||||
serde = { workspace = true, features = [ "derive" ] }
|
||||
serde_json.workspace = true
|
||||
tokio = { workspace = true, features = ["signal", "process"] }
|
||||
|
@ -12,7 +12,7 @@ exclude.workspace = true
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
lazy_static.workspace = true
|
||||
regex = "1.5"
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
textwrap = "0.16"
|
||||
|
@ -15,7 +15,7 @@ base64.workspace = true
|
||||
hex.workspace = true
|
||||
lazy_static.workspace = true
|
||||
openssl.workspace = true
|
||||
regex = "1.5"
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
|
@ -16,7 +16,7 @@ lazy_static.workspace = true
|
||||
libc.workspace = true
|
||||
log.workspace = true
|
||||
nix.workspace = true
|
||||
regex = "1.2"
|
||||
regex.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde = { workspace = true, features = [ "derive" ] }
|
||||
zstd = { workspace = true, optional = true}
|
||||
|
Loading…
Reference in New Issue
Block a user