Skip to content

Commit

Permalink
Bump axum from 0.6.17 to 0.6.18
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.17 to 0.6.18.
- [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-v0.6.17...axum-v0.6.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2023
1 parent 7187bd9 commit d6a7f1b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 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 @@ argon2 = "0.5"
askama = { version="0.12.0"}
async-sqlx-session = { git="https://github.com/jbr/async-sqlx-session.git", rev="3f2e1cf", default-features = false, features = ["sqlite"] }
async-trait = "0.1.66"
axum = { version="0.6.16", features=["http2", "headers", "original-uri", "macros"] }
axum = { version="0.6.18", features=["http2", "headers", "original-uri", "macros"] }
axum-csp = { version="^0.0.1", path="axum-csp/"}
axum-extra = { version = "0.7.4" }
axum-macros = "0.3.5"
Expand Down

0 comments on commit d6a7f1b

Please sign in to comment.