From c6406ea0eddc9a02a844c2f8ebc60ebc03e0faa8 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 28 Mar 2023 19:43:54 +0800 Subject: chore(dep): Upgrade crate library 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 ddaae80..fd752e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "cgit-simple-authentication" -version = "4.0.0" +version = "4.1.0" authors = ["KunoiSayami "] 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"] } -- cgit v1.3.1