Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
424e32b80a chore(deps): update axum-extra requirement in /veza-stream-server
Some checks failed
Backend API CI / test-unit (push) Failing after 0s
Backend API CI / test-integration (push) Failing after 0s
Storybook Audit / Build & audit Storybook (push) Failing after 0s
Frontend CI / test (push) Failing after 0s
Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.9.0...axum-extra-v0.12.5)

---
updated-dependencies:
- dependency-name: axum-extra
  dependency-version: 0.12.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-21 14:04:59 +00:00

View file

@ -147,7 +147,7 @@ subtle = "2.4"
mime_guess = "2.0"
tokio-util = { version = "0.7", features = ["codec"] }
headers = "0.4"
axum-extra = { version = "0.9", features = ["typed-header"] }
axum-extra = { version = "0.12", features = ["typed-header"] }
hex = "0.4"
url = "2.5"