Skip to content

Commit 5e69fca

Browse files
chore(deps): update rust crate axum-extra to 0.12.0
1 parent 34265d8 commit 5e69fca

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
@@ -106,7 +106,7 @@ axum = { version = "0.8.6", default-features = false, features = [
106106
"original-uri",
107107
"matched-path",
108108
] }
109-
axum-extra = { version = "0.10.3", default-features = false, features = ["typed-header"] }
109+
axum-extra = { version = "0.12.0", default-features = false, features = ["typed-header"] }
110110
base32 = { version = "0.5.1", default-features = false }
111111
base64 = { version = "0.22.1", default-features = false }
112112
chrono = { version = "0.4.42", default-features = false, features = ["serde", "clock"] }

0 commit comments

Comments
 (0)