diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,15 +1,14 @@ [package] name = "cgit-simple-authentication" -version = "4.4.0" +version = "4.4.1" authors = ["KunoiSayami <[email protected]>"] edition = "2024" [dependencies] anyhow = "1" -argon2 = { version = "0.5", features = ["password-hash", "rand"] } -password-hash = { version = "0.5", features = ["getrandom"] } +argon2 = { version = "0.6", features = ["password-hash", "getrandom"] } async-trait = "0.1" -base64 = "0.22" +base64 = "0.23" clap = "4" env_logger = "0.11" handlebars = "6.0" @@ -25,7 +24,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" sqlx = { version = "0.9", features = ["json", "sqlite", "runtime-tokio"] } tempfile = "3" -itertools = "0.14" +itertools = "0.15" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" toml = "1" |
