aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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 <[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"] }