Update axum-core to 0.5.0

This commit is contained in:
Joscha 2025-01-01 22:09:32 +01:00
parent 353934381b
commit ec7a461758
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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]