chore(deps): update all dependencies
This commit is contained in:
parent
63c29999bf
commit
0152c99f6f
@ -28,15 +28,15 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
serde_json = { version = "1" }
|
serde_json = { version = "1" }
|
||||||
|
|
||||||
uuid = {version = "1.5.0", features = ["v4"]}
|
uuid = {version = "1.5.0", features = ["v4"]}
|
||||||
sqlx = { version = "0.7", features = [
|
sqlx = { version = "0.8", features = [
|
||||||
"runtime-tokio",
|
"runtime-tokio",
|
||||||
"postgres",
|
"postgres",
|
||||||
"migrate",
|
"migrate",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
zitadel = { version = "3.4", features = ["axum"] }
|
zitadel = { version = "5.0", features = ["axum"] }
|
||||||
tower = "0.4"
|
tower = "0.5"
|
||||||
tower-http = { version = "0.4", features = ["cors", "trace"] }
|
tower-http = { version = "0.5", features = ["cors", "trace"] }
|
||||||
oauth2 = "4.4.2"
|
oauth2 = "4.4.2"
|
||||||
openidconnect = "3.4"
|
openidconnect = "3.4"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user