Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.5 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent adcb52f commit b30a6e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
async-trait = "0.1.79"
axum = { version = "0.7.4", features = ["http2", "macros"] }
axum = { version = "0.7.5", features = ["http2", "macros"] }
axum-extra = { version = "0.9.2", features = ["form"] }
concat-string = "1.0.1"
constcat = "0.5.0"
Expand Down

0 comments on commit b30a6e0

Please sign in to comment.