Compare commits

4 Commits

3 changed files with 306 additions and 252 deletions

554
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,5 +11,5 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
axum = { version = "0.6.18" }
axum = { version = "0.8.0" }
serde = { version = "1", features = ["derive"] }

View File

@@ -13,7 +13,7 @@ dotenv.workspace = true
axum.workspace = true
serde.workspace = true
sqlx = { version = "0.8", features = [
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"postgres",
"migrate",