From f7506a53b927191f5865a5b9f84c065abd7c1ec7 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Thu, 29 Aug 2024 22:30:38 +0800 Subject: chore: Update crates Signed-off-by: KunoiSayami --- Cargo.toml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd752e3..fe577aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "4.1.0" +version = "4.1.1" authors = ["KunoiSayami "] edition = "2021" @@ -12,7 +12,10 @@ base64 = "0.21.0" clap = "4.0.15" env_logger = "0.10.0" handlebars = "4.3.5" -log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] } +log = { version = "0.4", features = [ + "max_level_trace", + "release_max_level_info", +] } log4rs = "1" pam = { version = "0.7.0", optional = true } rand = "0.8.5" @@ -21,7 +24,11 @@ redis = { version = "0.22.1", features = ["tokio-comp"] } regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" -sqlx = { version = "0.7.0-alpha.2", features = [ "json", "sqlite", "runtime-tokio-rustls"] } +sqlx = { version = "0.7.0-alpha.2", features = [ + "json", + "sqlite", + "runtime-tokio-rustls", +] } tempdir = "0.3" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" @@ -37,4 +44,4 @@ lto = true panic = "abort" [features] -default = [] \ No newline at end of file +default = [] -- cgit v1.3.1