Skip to content

Commit 4653075

Browse files
chore(deps): update axum-extra requirement from 0.10.0 to 0.12.1 (#40)
1 parent ade7544 commit 4653075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tracing = { version = "0.1.40" }
2626
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
2727
hyper-util = { version = "0.1.16", default-features = false }
2828
axum = { version = "0.8.1", features = ["http2"] }
29-
axum-extra = { version = "0.10.0", default-features = false, features = [
29+
axum-extra = { version = "0.12.1", default-features = false, features = [
3030
"erased-json",
3131
] }
3232
axum-server = { version = "0.7.1", features = ["tls-rustls"] }

0 commit comments

Comments
 (0)