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 1, 2025
1 parent 3be8103 commit 1cd75f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish = false

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

0 comments on commit 1cd75f5

Please sign in to comment.