Update axum-core to 0.5.0
This commit is contained in:
parent
353934381b
commit
ec7a461758
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue