Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 18845bc commit 40aa4ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async-stream = { version = "0.3" }
async-trait = { version = "0.1" }
axum = { version = "^0.7.3" }
axum-tracing-opentelemetry = { version = "0.16.0" }
axum-extra = { version = "^0.9.1" }
axum-extra = { version = "^0.9.3" }
base64 = { version = "^0.21" }
bs58 = { version = "^0.5" }
byteorder = { version = "~1.5" } # keep in sync with pinned libipld-* crates
Expand Down

0 comments on commit 40aa4ed

Please sign in to comment.