chore(deps): update all dependencies
This commit is contained in:
parent
63c29999bf
commit
72e686f8f5
12
Cargo.toml
12
Cargo.toml
@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||||||
clap = { version = "4", features = ["derive", "env"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
async-trait = { version = "0.1", features = [] }
|
async-trait = { version = "0.1", features = [] }
|
||||||
|
|
||||||
axum = { version = "0.7.1", features = [
|
axum = { version = "0.8.0", features = [
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
axum-extra = { version = "0.9.0", features = [
|
axum-extra = { version = "0.10.0", features = [
|
||||||
"cookie",
|
"cookie",
|
||||||
"cookie-private",
|
"cookie-private",
|
||||||
"typed-header",
|
"typed-header",
|
||||||
@ -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.6", 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