From 7bb89cec6f5243751b8cc56f700b41fcc9914c90 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 25 Nov 2022 15:32:51 +0100 Subject: [PATCH 1/3] Bump axum-core to 0.3.0 This is required for axum 0.6 support --- CHANGELOG.md | 2 ++ maud/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d5a1e8..8b50e0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Remove `html_debug!` [#357](https://github.com/lambda-fairy/maud/pull/357) +- Bump axum-core to 0.3.0 + [#361](https://github.com/lambda-fairy/maud/pull/361) ## [0.24.0] - 2022-08-12 diff --git a/maud/Cargo.toml b/maud/Cargo.toml index 4838b314..e96d5c4f 100644 --- a/maud/Cargo.toml +++ b/maud/Cargo.toml @@ -25,7 +25,7 @@ rocket = { version = ">= 0.3, < 0.5", optional = true } futures-util = { version = "0.3.0", optional = true, default-features = false } actix-web-dep = { package = "actix-web", version = "4", optional = true, default-features = false } tide = { version = "0.16.0", optional = true, default-features = false } -axum-core = { version = "0.2", optional = true } +axum-core = { version = "0.3", optional = true } http = { version = "0.2", optional = true } [dev-dependencies] From 342af1795b1b6607c85a649c713157fc8a4e15c6 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 15 Jan 2023 10:35:19 +0100 Subject: [PATCH 2/3] Update doctests --- doctest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctest/Cargo.toml b/doctest/Cargo.toml index 53ec8ac3..c55afcd6 100644 --- a/doctest/Cargo.toml +++ b/doctest/Cargo.toml @@ -13,7 +13,7 @@ rocket = "0.4" rouille = "3" tide = "0.16" tokio = { version = "1.9.0", features = ["rt", "macros", "rt-multi-thread"] } -axum = "0.5" +axum = "0.6" [dependencies.async-std] version = "1.9.0" From eed00fa22948363cff85c01a1e81288138e0cdc4 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 15 Jan 2023 10:35:57 +0100 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b50e0a4..93c665d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Remove `html_debug!` [#357](https://github.com/lambda-fairy/maud/pull/357) -- Bump axum-core to 0.3.0 +- Support `axum` v0.6 through `axum-core` v0.3 [#361](https://github.com/lambda-fairy/maud/pull/361) ## [0.24.0] - 2022-08-12