Skip to content

Commit

Permalink
Merge pull request #488 from seanpmyers/dependabot/cargo/application/…
Browse files Browse the repository at this point in the history
…axum-0.6.19

Bump axum from 0.6.18 to 0.6.19 in /application
  • Loading branch information
seanpmyers authored Jul 18, 2023
2 parents cdf3833 + c104672 commit bc01da2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions application/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 application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.72"
# Password Encryption
argon2 = "0.5.0"
# A web application framework that focuses on ergonomics and modularity.
axum = { version = "0.6.18", features = ["headers", "http2", "ws", "tokio"] }
axum = { version = "0.6.19", features = ["headers", "http2", "ws", "tokio"] }
axum-extra = { version = "0.7.4", features = [
"cookie",
"cookie-private",
Expand Down

0 comments on commit bc01da2

Please sign in to comment.