aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe577aa..e01ebe2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,23 +8,23 @@ edition = "2021"
anyhow = "1"
argon2 = "0.5.0"
async-trait = "0.1"
-base64 = "0.21.0"
+base64 = "0.22"
clap = "4.0.15"
-env_logger = "0.10.0"
-handlebars = "4.3.5"
+env_logger = "0.11"
+handlebars = "6.0"
log = { version = "0.4", features = [
"max_level_trace",
"release_max_level_info",
] }
log4rs = "1"
-pam = { version = "0.7.0", optional = true }
+pam = { version = "0.8.0", optional = true }
rand = "0.8.5"
rand_core = { version = "0.6", features = ["std"] }
-redis = { version = "0.22.1", features = ["tokio-comp"] }
+redis = { version = "0.26.1", features = ["tokio-comp"] }
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
-sqlx = { version = "0.7.0-alpha.2", features = [
+sqlx = { version = "0.8.1", features = [
"json",
"sqlite",
"runtime-tokio-rustls",
@@ -32,7 +32,7 @@ sqlx = { version = "0.7.0-alpha.2", features = [
tempdir = "0.3"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
-toml = "0.7.3"
+toml = "0.8"
url = "2.1"
uuid = { version = "1.2.1", features = ["v4"] }