From ae6c0e2277e4e1ced2655ea3d0acbc0a7d3fa576 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Sat, 22 Jul 2023 19:35:55 -0400 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ff8026..f1fb332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ version = "0.1.0" edition = "2021" [dependencies] -axum = { git = "https://github.com/tokio-rs/axum", branch = "main", commit = "7093cee0ace5c3cb81ab6f970ae6ff0e966643ea", default-features = false } +axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }