Skip to content

Commit 022a283

Browse files
committed
Upgrade to axum-extra 0.12
1 parent 346b12f commit 022a283

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ui/Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fork-bomb-prevention = []
1111
[dependencies]
1212
asm-cleanup = { path = "../compiler/base/asm-cleanup" }
1313
axum = { version = "0.8", features = ["ws"] }
14-
axum-extra = { version = "0.10", features = ["typed-header"] }
14+
axum-extra = { version = "0.12", features = ["typed-header"] }
1515
dotenv = "0.15.0"
1616
futures = "0.3.21"
1717
octocrab = "0.47"

0 commit comments

Comments
 (0)