From 939c29788233f7b3bcd88035662c059e51a2b2cd Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 7 Jan 2023 20:17:13 +0100 Subject: Update to axum 0.6.0 (#73) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d9dab35..98aee5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = "1.0" thiserror = "1.0" tracing = { version = "0.1", optional = true } warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true } -axum-framework = { package = "axum", version = "0.5", default-features = false, optional = true } +axum-framework = { package = "axum", version = "0.6", default-features = false, optional = true } [dev-dependencies] chrono = { version = "0.4", features = ["serde"] } -- cgit v1.2.3