diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ log4rs = "1" pam = "0.7.0" rand = "0.7" rand_core = { version = "0.6", features = ["std"] } -redis = { version = "0.17", features = ["tokio-comp"] } +redis = { version = "0.21", features = ["tokio-comp"] } regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" |
