Skip to content

Commit

Permalink
chore(deps): update rust crate axum to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 0c00af5 commit 4e52f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license-file = "LICENSE"

[workspace.dependencies]
anyhow = "1.0.89"
axum = { version = "0.7.7", features = ["ws", "macros"] }
axum = { version = "0.8.0", features = ["ws", "macros"] }
bollard = "0.18.0"
config = "0.14.0"
readonly = "0.2.12"
Expand Down

0 comments on commit 4e52f8c

Please sign in to comment.