diff options
| author | KunoiSayami <[email protected]> | 2025-03-15 22:19:00 +1030 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2025-03-15 22:19:00 +1030 |
| commit | 645cda1b2faecb44b9c819634c412443f27d943c (patch) | |
| tree | 09ae9d9467398267f74ccba02d29fc835f7067f8 /Cargo.toml | |
| parent | 16ddbcd5fab15a04cc3e267bae734eb6cc922fa5 (diff) | |
chore: Update crates
Signed-off-by: KunoiSayami <[email protected]>
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" |
