Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent fe85c03 commit 22e5798
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 @@ -20,7 +20,7 @@ name = "demo"
name = "echo"

[dependencies]
axum = { version = "0.6.0-rc.1", features = ["json"] }
axum = { version = "0.6.20", features = ["json"] }
clap = { version = "4", features = ["derive", "env"] }
once_cell = "1.18"
prometheus = "0.13"
Expand Down

0 comments on commit 22e5798

Please sign in to comment.