From 2591672ed9934393029cb5097c2d79bdad591c08 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Fri, 7 Mar 2025 20:40:46 +0800 Subject: feat(ci): Update workflow file * chore: Address clippy suggestion Signed-off-by: KunoiSayami --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f613b67..8de3ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.3.1