Skip to content

Commit

Permalink
chore(deps): bump axum-extra from 0.9.3 to 0.9.4
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.3 to 0.9.4.
- [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.3...axum-extra-v0.9.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BobAnkh committed Nov 4, 2024
1 parent 890479f commit c0cd107
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 15 deletions.
44 changes: 30 additions & 14 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 netmito/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ argon2 = { version = "0.5.3", features = ["std"] }
async-compression = { version = "0.4.10", features = ["gzip", "tokio"] }
aws-sdk-s3 = { version = "1.24.0", features = ["behavior-version-latest"] }
axum = { version = "0.7.4", features = ["http2"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
base64 = "0.22.0"
clap = { workspace = true }
clap-repl = "0.1.1"
Expand Down

0 comments on commit c0cd107

Please sign in to comment.