Skip to content

Commit

Permalink
chore(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 May 1, 2024
1 parent 255fb59 commit 89950ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions auctioning_platform/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 auctioning_platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = ["auctions", "foundation", "webapp"]
foundation = { version = "0.1.0", path = "./foundation" }

# external crates
axum = { version = "0.7", default-features = false, features = ["tokio"] }
axum = { version = "0.7.5", default-features = false, features = ["tokio"] }
chrono = "0.4.37"
reqwest = { version = "0.12.3", default-features = false }
rstest = "0.19.0"
Expand Down

0 comments on commit 89950ac

Please sign in to comment.