Skip to content

Commit

Permalink
chore(deps): bump axum-extra from 0.9.6 to 0.10.0 in /graph-proxy
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 13, 2025
1 parent c5ef104 commit 8f5cda9
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 14 deletions.
77 changes: 64 additions & 13 deletions graph-proxy/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 graph-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ argo-workflows-openapi = { path = "./argo-workflows-openapi" }
async-graphql = { version = "7.0.13", features = ["chrono"] }
async-graphql-axum = { version = "7.0.13" }
axum = { version = "0.7.9" }
axum-extra = { version = "0.9.6", features = ["typed-header"] }
axum-extra = { version = "0.10.0", features = ["typed-header"] }
chrono = { workspace = true }
clap = { version = "4.5.26", features = ["derive", "env"] }
derive_more = { version = "1.0.0", features = [
Expand Down

0 comments on commit 8f5cda9

Please sign in to comment.