From a5928f10a622059c08a72a07d793a4031928802b Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Mon, 27 Nov 2023 19:27:05 -0500 Subject: [PATCH] Update axum to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b97b68..c898f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ guards = ["tower", "futures-core", "pin-project-lite"] serde = ["dep:serde", "dep:serde_json"] [dependencies] -axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false } +axum = { version = "0.7", default-features = false } # Optional dependencies required for the `guards` feature. tower = { version = "0.4", default-features = false, optional = true }