code: upgrade to axum 0.7, working on repo info system

This commit is contained in:
2024-01-26 11:26:47 +01:00
parent 0adae154c8
commit 9f4067e94c
11 changed files with 389 additions and 82 deletions
+5 -3
View File
@@ -17,6 +17,7 @@ use_barrel = ["barrel", "sqlformat"]
default = ["use_barrel"]
[dependencies]
strinto = { path = "./strinto" }
entity = { path = "./entity" }
sea-orm = { version = "0.12.10", features = [
"runtime-tokio-native-tls",
@@ -24,14 +25,15 @@ sea-orm = { version = "0.12.10", features = [
] }
sqlformat = { version = "0.2.2", optional = true }
anyhow = "1.0.75"
axum = "0.6.20"
axum = "0.7"
barrel = { version = "0.7.0", optional = true, features = ["pg"] }
dotenvy = "0.15.7"
mime_guess = "2.0.4"
minijinja = { version = "1.0.8", features = [
minijinja = { version = "1.0.11", features = [
"loader",
"builtins",
"urlencode",
"deserialization",
] }
minijinja-autoreload = "1.0.8"
once_cell = "1.18.0"
@@ -45,6 +47,6 @@ serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }
dunce = "1.0.4"
log = "0.4.20"
env_logger = "0.10.1"
env_logger = "0.11"
serde_json = "1.0.108"
slug = "0.1.5"