diff --git a/auctioning_platform/webapp/Cargo.toml b/auctioning_platform/webapp/Cargo.toml index f886b45..3b04fe5 100644 --- a/auctioning_platform/webapp/Cargo.toml +++ b/auctioning_platform/webapp/Cargo.toml @@ -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"] }