diff options
| author | KunoiSayami <[email protected]> | 2025-03-04 22:48:32 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2025-03-04 22:48:32 +0800 |
| commit | 58047f90f79b129e445cbf856a23b3a5518c0b12 (patch) | |
| tree | 42b213b2574840786fdc98684170881b973a282d /Cargo.toml | |
| parent | 1c9133be32345593b64cb4fff7fe28206adb3fb8 (diff) | |
chore: Update to rust-2024 version
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ [package] name = "cgit-simple-authentication" -version = "4.1.1" +version = "4.2.0" authors = ["KunoiSayami <[email protected]>"] -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", |
