Skip to content

Commit

Permalink
Merge pull request #251 from yaleman/dependabot/cargo/axum-0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 12, 2023
2 parents 017986b + d6a7f1b commit 98dcad8
Showing 1 changed file with 1 addition and 1 deletion.
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 98dcad8

Please sign in to comment.