Skip to content

Commit

Permalink
Bump axum-extra from 0.9.0 to 0.9.1 in /bundler
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.0 to 0.9.1.
- [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.0...axum-extra-v0.9.1)

---
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 Jan 1, 2024
1 parent e65ccd4 commit 06b9dd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bundler/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 bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
axum = { version = "0.7.2" }
axum-extra = { version = "0.9.0", features = ["typed-header"] }
axum-extra = { version = "0.9.1", features = ["typed-header"] }
clap = { version = "4.4.11", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }
flate2 = { version = "1.0.28" }
Expand Down

0 comments on commit 06b9dd0

Please sign in to comment.