aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2026-02-09 20:55:59 +0800
committerKunoiSayami <[email protected]>2026-02-09 20:55:59 +0800
commit2d3d384f2c32562df304d027c30e6986bd94c157 (patch)
treef49386e9ba668931b504b3f1901517c7578b381a /Cargo.toml
parent4ccffb79fd241497c7ccd63e14374e00561785e3 (diff)
chore: Update crates
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b09960..f4be69e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "4.2.0"
+version = "4.2.1"
authors = ["KunoiSayami <[email protected]>"]
edition = "2024"
@@ -19,8 +19,8 @@ log = { version = "0.4", features = [
] }
log4rs = "1"
pam = { git = "https://github.com/1wilkens/pam.git", optional = true }
-rand = "0.9"
-redis = { version = "0.29", features = ["tokio-comp"] }
+rand = "0.10"
+redis = { version = "1", features = ["tokio-comp"] }
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
@@ -33,12 +33,12 @@ tempfile = "3"
itertools = "0.14"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
-toml = "0.8"
+toml = "0.9"
url = "2.1"
uuid = { version = "1.2.1", features = ["v4"] }
[target.aarch64-unknown-linux-musl.dependencies]
-cpufeatures = "0.2.5"
+cpufeatures = "0.3"
[profile.release]
lto = true