diff options
| author | KunoiSayami <[email protected]> | 2022-07-01 18:32:19 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-07-01 18:32:19 +0800 |
| commit | fe2d89724745335e082c398ea5d0e501974109ac (patch) | |
| tree | 984aa2db0280598f4044b50028f6cf9a4a2f1a87 /Cargo.toml | |
| parent | 019e46e28b07c61edcd726c683656033e85aec6e (diff) | |
chore(dep): Upgrade crate library
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 @@ 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" |
