]> git.proxmox.com Git - proxmox.git/commit
inherit shared, external dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 6 Dec 2022 12:43:42 +0000 (13:43 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 7 Dec 2022 08:48:38 +0000 (09:48 +0100)
commit4189221470a94dccb6184f55342cdc6381a4a019
treed51a552ee425b108e9962ba21bd9be49c268296b
parent64959d9ae0ab5bd086ae1e8543e32861d2e96c4d
inherit shared, external dependencies

noteworthy changes:
- proxmox-http had a default_features_false dep on hyper, which is dropped (the
  default feature is empty anyway)
- hyper, libc, nix, tokio and url versions are unified
- missing (cosmetic) bindgen feature on zstd enabled everywhere

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 files changed:
Cargo.toml
proxmox-api-macro/Cargo.toml
proxmox-async/Cargo.toml
proxmox-compression/Cargo.toml
proxmox-http/Cargo.toml
proxmox-io/Cargo.toml
proxmox-metrics/Cargo.toml
proxmox-rest-server/Cargo.toml
proxmox-router/Cargo.toml
proxmox-schema/Cargo.toml
proxmox-section-config/Cargo.toml
proxmox-serde/Cargo.toml
proxmox-shared-memory/Cargo.toml
proxmox-sortable-macro/Cargo.toml
proxmox-subscription/Cargo.toml
proxmox-sys/Cargo.toml
proxmox-tfa/Cargo.toml
proxmox-time/Cargo.toml
proxmox-uuid/Cargo.toml