Skip to content

Commit

Permalink
Merge pull request #31 from lambdalisue/dependabot/cargo/axum-0.7.2
Browse files Browse the repository at this point in the history
Update axum requirement from 0.6.0 to 0.7.2
  • Loading branch information
lambdalisue authored Dec 19, 2023
2 parents baf1904 + 009ea76 commit cdc5b26
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 @@ -38,6 +38,6 @@ features = [

[dev-dependencies]
assert_matches = "1.5.0"
axum = "0.6.0"
axum = "0.7.2"
metrics-exporter-prometheus = "0.12.0"
tokio = { version = "1.20.1", features = ["full"] }

0 comments on commit cdc5b26

Please sign in to comment.