Skip to content

Commit

Permalink
fix(deps): update rust crate axum-extra to 0.8.0 (#148)
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 Oct 5, 2023
1 parent 33ccd29 commit d5e82c4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
axum = { version = "0.6.20", features = ["form", "tracing", "macros", "headers", "multipart"] }
axum-extra = { version = "0.7.7", features = ["form"] }
axum-extra = { version = "0.8.0", features = ["form"] }
chrono = { version = "0.4.31", features = ["rkyv", "serde", "clock"] }
chrono-tz = "0.8.3"
icalendar = { version = "0.15.7", features = ["chrono-tz"] }
Expand Down

0 comments on commit d5e82c4

Please sign in to comment.