diff --git a/Cargo.toml b/Cargo.toml index 3fd57b3..8161daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["axum", "lambda", "tower", "aws"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.7" +axum = "0.8" lambda_http = "0.13" hyper = "1.0" bytes = "1.5"