Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 5d856e3 commit a5911b6
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 64 deletions.
180 changes: 117 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"

[dependencies]
anyhow = "1.0.75"
axum = "0.6.20"
axum = "0.7.2"
time = { version = "0.3.30", features = ["local-offset"] }
tokio = { version = "1.35.0", features = ["full"] }
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit a5911b6

Please sign in to comment.