poem-web / poem

A full-featured and easy-to-use web framework with the Rust programming language.
Apache License 2.0
3.62k stars 295 forks source link

chore(openapi): bump derive_more #867

Closed jayvdb closed 2 months ago

jayvdb commented 2 months ago

The CI failure is due to https://github.com/launchbadge/sqlx/pull/3459 , and a fix has been released several days ago https://github.com/launchbadge/sqlx/releases/tag/v0.8.2 .

Maybe the CI cache is the problem? @sunli829