Skip to content

Commit

Permalink
chore(deps): update axum monorepo (#651)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 7cc8331 commit a16c893
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 40 deletions.
47 changes: 9 additions & 38 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ publish = false

[workspace.dependencies]
tokio = { version = "1.42.0", features = ["full"] }
axum = "0.7.9"
axum-extra = { version = "0.9.6", features = ["typed-header"] }
axum = "0.8.0"
axum-extra = { version = "0.10.0", features = ["typed-header"] }
serde = { version = "1.0.215", features = ["derive"] }
anyhow = "1.0.94"
async-trait = "0.1.83"
Expand Down

0 comments on commit a16c893

Please sign in to comment.