axum-core 0.5.6

This commit is contained in:
Yann Simon
2026-03-25 11:09:26 +01:00
parent 393fa84b49
commit 8c6bd2dfec
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ with-rejection = ["dep:axum"]
__private_docs = ["axum/json", "dep:serde", "dep:tower"]
[dependencies]
axum-core = { path = "../axum-core", version = "0.5.2" }
axum-core = { path = "../axum-core", version = "0.5.6" }
bytes = "1.1.0"
futures-core = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }