Skip to content

Commit

Permalink
Bump axum-extra from 0.8.0 to 0.9.0
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.0.
- [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.0)

---
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 Dec 1, 2023
1 parent 33e1b7a commit 19c0c0d
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 26 deletions.
131 changes: 106 additions & 25 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 xpd-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sqlx = { version = "0.7", features = ["runtime-tokio", "tls-rustls", "postgres",
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
twilight-model = { version = "0.15", default-features = false }
axum-extra = { version = "0.8.0", default-features = false }
axum-extra = { version = "0.9.0", default-features = false }
xpd-common = { path = "../xpd-common", version = "0.0.6" }
redis = { version = "0.23", features = ["aio"] }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 19c0c0d

Please sign in to comment.