aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2024-08-29 22:30:38 +0800
committerKunoiSayami <[email protected]>2024-08-29 22:30:38 +0800
commitf7506a53b927191f5865a5b9f84c065abd7c1ec7 (patch)
treecde5911522e5621945e22b9793d106f22b22c57a /Cargo.toml
parent7525bb4fa0afcc759ab5733666a07b129a8cfac1 (diff)
chore: Update crates
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 11 insertions, 4 deletions
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 <[email protected]>"]
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 = []