diff options
| author | KunoiSayami <[email protected]> | 2023-03-28 19:43:54 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-03-28 19:43:54 +0800 |
| commit | c6406ea0eddc9a02a844c2f8ebc60ebc03e0faa8 (patch) | |
| tree | 745fe1f4fbbd51d20806bcc7e1740e6b7f414770 /Cargo.toml | |
| parent | 4f0b10f50477c44546cb9f74bceaa8760450392d (diff) | |
chore(dep): Upgrade crate library
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,16 +1,16 @@ [package] name = "cgit-simple-authentication" -version = "4.0.0" +version = "4.1.0" authors = ["KunoiSayami <[email protected]>"] edition = "2021" [dependencies] anyhow = "1" -argon2 = "0.4" +argon2 = "0.5.0" async-trait = "0.1" -base64 = "0.13" +base64 = "0.21.0" clap = "4.0.15" -env_logger = "0.9.1" +env_logger = "0.10.0" handlebars = "4.3.5" log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] } log4rs = "1" @@ -21,11 +21,11 @@ redis = { version = "0.22.1", features = ["tokio-comp"] } regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" -sqlx = { version = "0.6.2", features = [ "json", "sqlite", "runtime-actix-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" -toml = "0.5" +toml = "0.7.3" url = "2.1" uuid = { version = "1.2.1", features = ["v4"] } |
