mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-14 02:56:30 +00:00
drop pam and pam-sys dependencies
we don't directly use them anymore Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
177ee20bd9
commit
038b0c48b4
@ -126,8 +126,6 @@ nom = "7"
|
|||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
once_cell = "1.3.1"
|
once_cell = "1.3.1"
|
||||||
openssl = "0.10.40"
|
openssl = "0.10.40"
|
||||||
pam = "0.7"
|
|
||||||
pam-sys = "0.5"
|
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
regex = "1.5.5"
|
regex = "1.5.5"
|
||||||
@ -177,8 +175,6 @@ nom.workspace = true
|
|||||||
num-traits.workspace = true
|
num-traits.workspace = true
|
||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
openssl.workspace = true
|
openssl.workspace = true
|
||||||
pam-sys.workspace = true
|
|
||||||
pam.workspace = true
|
|
||||||
percent-encoding.workspace = true
|
percent-encoding.workspace = true
|
||||||
regex.workspace = true
|
regex.workspace = true
|
||||||
rustyline.workspace = true
|
rustyline.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user