Skip to content

Commit 56f99ab

Browse files
chore(deps): update rust:axum
1 parent 986e89f commit 56f99ab

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ academy_utils_derive.path = "academy_utils_derive"
9696

9797
anyhow = { version = "1.0.102", default-features = false, features = ["std"] }
9898
argon2 = { version = "0.5.3", default-features = false, features = ["std", "password-hash"] }
99-
axum = { version = "0.8.8", default-features = false, features = [
99+
axum = { version = "0.8.9", default-features = false, features = [
100100
"http1",
101101
"http2",
102102
"tokio",
@@ -106,7 +106,7 @@ axum = { version = "0.8.8", default-features = false, features = [
106106
"original-uri",
107107
"matched-path",
108108
] }
109-
axum-extra = { version = "0.12.5", default-features = false, features = ["typed-header"] }
109+
axum-extra = { version = "0.12.6", 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.44", default-features = false, features = ["serde", "clock"] }

0 commit comments

Comments
 (0)