aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"