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 Feb 3, 2024
1 parent c49a203 commit f0799f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctioning_platform/webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.6.12", default-features = false, features = ["tokio"] }
axum = { version = "0.7.4", default-features = false, features = ["tokio"] }
reqwest = { version = "0.11.16", default-features = false }
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt-multi-thread"] }

0 comments on commit f0799f8

Please sign in to comment.