switch remaining member dependencies to workspace
these are only used by a single member at the moment, but we can move them to the workspace to have a single location for version + base feature set specification. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
2d49e9c218
commit
1c447cb881
@ -104,7 +104,9 @@ cidr = "0.2.1"
|
||||
crc32fast = "1"
|
||||
crossbeam-channel = "0.5"
|
||||
endian_trait = { version = "0.6", features = ["arrays"] }
|
||||
env_logger = "0.9"
|
||||
flate2 = "1.0"
|
||||
foreign-types = "0.3"
|
||||
futures = "0.3"
|
||||
h2 = { version = "0.3", features = [ "stream" ] }
|
||||
handlebars = "3.0"
|
||||
@ -122,12 +124,16 @@ openssl = "0.10.40"
|
||||
pam = "0.7"
|
||||
pam-sys = "0.5"
|
||||
percent-encoding = "2.1"
|
||||
pin-project-lite = "0.2"
|
||||
regex = "1.5.5"
|
||||
rustyline = "9"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_cbor = "0.11.1"
|
||||
serde_json = "1.0"
|
||||
serde_plain = "1"
|
||||
siphasher = "0.3"
|
||||
syslog = "4.0"
|
||||
tar = "0.4"
|
||||
termcolor = "1.1.2"
|
||||
thiserror = "1.0"
|
||||
tokio = "1.6"
|
||||
|
@ -12,7 +12,7 @@ lazy_static.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_plain = "1"
|
||||
serde_plain.workspace = true
|
||||
|
||||
proxmox-lang.workspace=true
|
||||
proxmox-schema = { workspace = true, features = [ "api-macro" ] }
|
||||
|
@ -20,7 +20,7 @@ nix.workspace = true
|
||||
log.workspace = true
|
||||
openssl.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
pin-project-lite = "0.2"
|
||||
pin-project-lite.workspace = true
|
||||
regex.workspace = true
|
||||
rustyline.workspace = true
|
||||
serde.workspace = true
|
||||
@ -29,7 +29,7 @@ tokio = { workspace = true, features = [ "fs", "signal" ] }
|
||||
tokio-stream.workspace = true
|
||||
tower-service.workspace = true
|
||||
xdg.workspace = true
|
||||
tar = "0.4"
|
||||
tar.workspace = true
|
||||
|
||||
pathpatterns.workspace = true
|
||||
|
||||
|
@ -13,7 +13,7 @@ bytes.workspace = true
|
||||
crc32fast.workspace = true
|
||||
endian_trait.workspace = true
|
||||
flate2.workspace = true
|
||||
foreign-types = "0.3"
|
||||
foreign-types.workspace = true
|
||||
futures.workspace = true
|
||||
hex.workspace = true
|
||||
lazy_static.workspace = true
|
||||
|
@ -8,7 +8,7 @@ description = "Proxmox Restore Daemon"
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
base64.workspace = true
|
||||
env_logger = "0.9"
|
||||
env_logger.workspace = true
|
||||
futures.workspace = true
|
||||
http.workspace = true
|
||||
hyper.workspace = true
|
||||
|
@ -18,7 +18,7 @@ log.workspace = true
|
||||
nix.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_cbor = "0.11.1"
|
||||
serde_cbor.workspace = true
|
||||
|
||||
proxmox-time.workspace = true
|
||||
proxmox-schema = { workspace = true, features = [ "api-macro" ] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user