From 58047f90f79b129e445cbf856a23b3a5518c0b12 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 4 Mar 2025 22:48:32 +0800 Subject: chore: Update to rust-2024 version Signed-off-by: KunoiSayami --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e01ebe2..f613b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "cgit-simple-authentication" -version = "4.1.1" +version = "4.2.0" authors = ["KunoiSayami "] -edition = "2021" +edition = "2024" [dependencies] anyhow = "1" @@ -18,13 +18,13 @@ log = { version = "0.4", features = [ ] } log4rs = "1" pam = { version = "0.8.0", optional = true } -rand = "0.8.5" -rand_core = { version = "0.6", features = ["std"] } -redis = { version = "0.26.1", features = ["tokio-comp"] } +rand = "0.9" +rand_core = { version = "0.9", features = ["std"] } +redis = { version = "0.29", features = ["tokio-comp"] } regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" -sqlx = { version = "0.8.1", features = [ +sqlx = { version = "0.8", features = [ "json", "sqlite", "runtime-tokio-rustls", -- cgit v1.3.1