pve-rs: drop unused openssl dep

we don't directly use it

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-02 09:56:34 +01:00
parent 10b3faa72c
commit 4e819e1dd0
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ base64 = "0.13"
hex = "0.4"
libc = "0.2"
nix = "0.19"
openssl = "0.10"
serde = "1.0"
serde_bytes = "0.11"
serde_json = "1.0"

View File

@ -13,7 +13,6 @@ Build-Depends:
librust-hex-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-openssl-0.10+default-dev,
librust-perlmod-0.11+default-dev,
librust-perlmod-0.11+exporter-dev,
librust-proxmox-apt-0.8+default-dev,