Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent 03b626d commit e77bc29
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 @@ -21,7 +21,7 @@ chrono = "0.4"

[dependencies]
anyhow = "1"
axum = {version = "0.7.4"}
axum = {version = "0.7.5"}
axum-extra = {version = "0.9.2", features = ["typed-header"]}
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
Expand Down

0 comments on commit e77bc29

Please sign in to comment.