Skip to content

Commit

Permalink
Bump axum-extra from 0.7.4 to 0.7.5 in /application
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.7.4...axum-extra-v0.7.5)

---
updated-dependencies:
- dependency-name: axum-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent cdf3833 commit 36494d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ anyhow = "1.0.72"
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-extra = { version = "0.7.4", features = [
axum-extra = { version = "0.7.5", features = [
"cookie",
"cookie-private",
"cookie-signed",
Expand Down

0 comments on commit 36494d3

Please sign in to comment.