Skip to content

Commit

Permalink
build(deps): bump axum-extra from 0.9.4 to 0.9.6 (#382)
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.4 to 0.9.6.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.9.4...axum-extra-v0.9.6)

---
updated-dependencies:
- dependency-name: axum-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 5bf004d commit 6d662b9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
axum = "0.7.9"
axum-extra = { version = "0.9.4", features = ["typed-header"] }
axum-extra = { version = "0.9.6", features = ["typed-header"] }
axum-macros = "0.4.2"
clap = { version = "4.5.21", features = ["derive"] }
derivative = "2.2.0"
Expand Down

0 comments on commit 6d662b9

Please sign in to comment.