We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade7544 commit 4653075Copy full SHA for 4653075
Cargo.toml
@@ -26,7 +26,7 @@ tracing = { version = "0.1.40" }
26
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
27
hyper-util = { version = "0.1.16", default-features = false }
28
axum = { version = "0.8.1", features = ["http2"] }
29
-axum-extra = { version = "0.10.0", default-features = false, features = [
+axum-extra = { version = "0.12.1", default-features = false, features = [
30
"erased-json",
31
] }
32
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
0 commit comments