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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent b8bc830 commit e8d9d76
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
73 changes: 41 additions & 32 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 apps/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ assert-json-diff = "2.0.2"
opentelemetry-otlp = { version = "0.16.0" }
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
axum-tracing-opentelemetry = "0.19.0"
regex = "1.10.5"
opentelemetry-stackdriver = { version = "0.20.0", features = ["propagator"] }
Expand Down

0 comments on commit e8d9d76

Please sign in to comment.