Skip to content

Commit

Permalink
Merge pull request #32 from codahale/dependabot/cargo/axum-0.6.2
Browse files Browse the repository at this point in the history
build(deps): bump axum from 0.6.1 to 0.6.2
  • Loading branch information
codahale committed Jan 9, 2023
2 parents af34ad4 + 0c51f59 commit 1621a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -20,7 +20,7 @@ include = [
anyhow = "1.0.68"
askama = "0.11.1"
atom_syndication = { version = "0.12.0", default-features = false }
axum = { version = "0.6.1", features = ["http2", "multipart"] }
axum = { version = "0.6.2", features = ["http2", "multipart"] }
axum-extra = { version = "0.4.2", features = ["cookie"] }
chrono = { version = "0.4.23", default-features = false, features = ["std", "serde"] }
clap = { version = "4.0.32", features = ["derive", "env"] }
Expand Down

0 comments on commit 1621a70

Please sign in to comment.