Skip to content

Commit 86eef03

Browse files
committed
bump axum to 0.8.4
1 parent 6a26e24 commit 86eef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/zitadel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ rocket_okapi = ["rocket", "dep:rocket_okapi", "dep:schemars"]
9797
[dependencies]
9898
actix-web = { version = "4.5.1", optional = true }
9999
async-trait = { version = "0.1.80", optional = true }
100-
axum = { version = "0.8.0", optional = true, features = ["macros"] }
100+
axum = { version = "0.8.4", optional = true, features = ["macros"] }
101101
axum-extra = { version = "0.10.0", optional = true, features = ["typed-header"] } #0.11.0 is yanked
102102
base64-compat = { version = "1", optional = true }
103103
custom_error = "1.9.2"

0 commit comments

Comments
 (0)