Skip to content

Commit

Permalink
build(deps): bump axum-extra from 0.9.6 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.6 to 0.10.0.
- [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.6...axum-extra-v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent d701d30 commit b63c18b
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 32 deletions.
96 changes: 65 additions & 31 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 frostd/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.6", features = ["typed-header"] }
axum-extra = { version = "0.10.0", features = ["typed-header"] }
axum-macros = "0.4.2"
axum-server = { version = "0.7", features = ["tls-rustls"] }
clap = { version = "4.5.23", features = ["derive"] }
Expand Down

0 comments on commit b63c18b

Please sign in to comment.