fix: Use uzers instead of the dead package users which has several vulnerabilities (#295)

This commit is contained in:
Christian Visintin
2024-10-07 17:40:35 +02:00
committed by GitHub
parent aab266a661
commit 79c31c2d84
5 changed files with 15 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ remotefs-ssh = "^0.4"
[target."cfg(target_family = \"unix\")".dependencies]
remotefs-ftp = { version = "^0.2", features = ["vendored", "native-tls"] }
remotefs-ssh = { version = "^0.4", features = ["ssh2-vendored"] }
users = "0.11.0"
uzers = "0.12"
[profile.dev]
incremental = true