mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
fix: Use uzers instead of the dead package users which has several vulnerabilities (#295)
This commit is contained in:
committed by
GitHub
parent
aab266a661
commit
79c31c2d84
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user