fix(deps): update all dependencies
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-08-30 08:55:16 +00:00
parent 6c14466a01
commit 2d729b38f9
2 changed files with 131 additions and 128 deletions

View File

@@ -10,7 +10,7 @@ async-graphql = "7.0.5"
axum = "0.7.5"
tokio = {version="1.37.0", features=["full"]}
uuid = {version="1.8.0", features=["v4", "fast-rng"]}
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
anyhow = "1.0.86"
dotenv = "0.15.0"
tracing = "0.1.40"