Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.8.0 (#492)
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 8, 2025
1 parent 66421e7 commit 339824b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 63 deletions.
72 changes: 10 additions & 62 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ homepage = "https://noelware.org/oss/hazel"
documentation = "https://docs.noelware.org/hazel/current"

[dependencies]
axum = { version = "0.7.9", features = ["macros"] }
axum = { version = "0.8.0", features = ["macros"] }
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
color-eyre = "0.6.3"
dotenvy = "0.15.7"
Expand Down

0 comments on commit 339824b

Please sign in to comment.