Relax lower bound on http dependency
Originally, I just used the current version when adding the dependency, but I see no reason to forbid earlier compatible versions.
This commit is contained in:
parent
ec7a461758
commit
59b81d637b
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ A dependency update to an incompatible version is considered a breaking change.
|
|||
### Changed
|
||||
|
||||
- **(breaking)** Updated `axum-core` dependency to `0.5.0`
|
||||
- Relaxed lower bound on `http` dependency to `1.0.0`
|
||||
|
||||
## v0.1.3 - 2024-12-21
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue