Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2024
1 parent 08fc47e commit 4de9cfa
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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.6.18"
axum = "0.7.4"
async-trait = "0.1.68"
pbjson-types = "0.5.1"
prost = "0.11.9"
Expand Down

0 comments on commit 4de9cfa

Please sign in to comment.