diff options
| author | KunoiSayami <[email protected]> | 2025-03-07 20:40:46 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2025-03-07 20:40:46 +0800 |
| commit | 2591672ed9934393029cb5097c2d79bdad591c08 (patch) | |
| tree | a2a8f6f144dbc0c2a4e5c681eb1036a9a6323736 /Cargo.toml | |
| parent | 58047f90f79b129e445cbf856a23b3a5518c0b12 (diff) | |
feat(ci): Update workflow file
* chore: Address clippy suggestion
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ anyhow = "1" argon2 = "0.5.0" async-trait = "0.1" base64 = "0.22" -clap = "4.0.15" +clap = "4" env_logger = "0.11" handlebars = "6.0" log = { version = "0.4", features = [ @@ -19,7 +19,6 @@ log = { version = "0.4", features = [ log4rs = "1" pam = { version = "0.8.0", optional = true } rand = "0.9" -rand_core = { version = "0.9", features = ["std"] } redis = { version = "0.29", features = ["tokio-comp"] } regex = "1" serde = { version = "1", features = ["derive"] } @@ -29,7 +28,8 @@ sqlx = { version = "0.8", features = [ "sqlite", "runtime-tokio-rustls", ] } -tempdir = "0.3" +tempfile = "3" +itertools = "0.14" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" toml = "0.8" |
