diff --git a/CHANGELOG.md b/CHANGELOG.md index faa900d..44c909b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ A dependency update to an incompatible version is considered a breaking change. ## Unreleased +### Changed + +- **(breaking)** Updated `axum-core` dependency to `0.5.0` + ## v0.1.3 - 2024-12-21 ### Added diff --git a/Cargo.toml b/Cargo.toml index 81cf422..4614621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["web-programming", "template-engine"] axum = ["dep:axum-core", "dep:http"] [dependencies] -axum-core = { version = "0.4.5", optional = true } +axum-core = { version = "0.5.0", optional = true } http = { version = "1.1.0", optional = true } [lints]