Skip to content

Commit

Permalink
Update dependency: axum-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
damccull committed Nov 23, 2023
1 parent 458fc1e commit 1ce3933
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 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 zero2prod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "zero2prod"
anyhow = "1.0.75"
argon2 = { version = "0.5.1", features = ["std"] }
axum = { version = "0.6.20", features = ["tracing"] }
axum-extra = { version = "0.7.7", features = ["cookie"] }
axum-extra = { version = "0.8.0", features = ["cookie"] }
axum-flash = "0.7.0"
axum-macros = "0.3.8"
axum_session = { version = "0.2.3", features = ["redis-db"], default-features = false }
Expand Down

0 comments on commit 1ce3933

Please sign in to comment.