Skip to content

Commit

Permalink
Bump axum-extra from 0.8.0 to 0.9.2 in /loremaster-web-server
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.8.0 to 0.9.2.
- [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.8.0...axum-extra-v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 95fb46a commit 272d55d
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 34 deletions.
147 changes: 114 additions & 33 deletions loremaster-web-server/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 loremaster-web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.79"
argon2 = "0.5.0"
# A web application framework that focuses on ergonomics and modularity.
axum = { version = "0.6.20", features = ["headers", "http2", "ws", "tokio"] }
axum-extra = { version = "0.8.0", features = [
axum-extra = { version = "0.9.2", features = [
"cookie",
"cookie-private",
"cookie-signed",
Expand Down

0 comments on commit 272d55d

Please sign in to comment.