diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ log = { version = "0.4", features = [ "release_max_level_info", ] } log4rs = "1" -pam = { version = "0.8.0", optional = true } +pam = { git = "https://github.com/1wilkens/pam.git", optional = true } rand = "0.9" redis = { version = "0.29", features = ["tokio-comp"] } regex = "1" |
