chore(deps): update all dependencies

This commit is contained in:
2024-12-23 05:44:44 +00:00
parent 570a49594e
commit 166bc2884b
3 changed files with 141 additions and 138 deletions

View File

@@ -13,7 +13,7 @@ dotenv.workspace = true
axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
sqlx = { version = "0.7.3", features = [
sqlx = { version = "0.8.0", features = [
"runtime-tokio",
"tls-rustls",
"postgres",
@@ -21,7 +21,7 @@ sqlx = { version = "0.7.3", features = [
"time",
] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
kafka = "0.10.0"
drift = { git = "https://github.com/kjuulh/drift", branch = "main" }