You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
The sea-orm crate currently depends on the ouroboros crate which its author has declared unsound and no longer maintained. Update when sea-orm maintainers remove it.
The text was updated successfully, but these errors were encountered:
johnbcodes
changed the title
Update sea-orm dependency once its ouroboros dependency is removed
Update sea-orm dependency to resolve security issue
Jul 15, 2023
johnbcodes
changed the title
Update sea-orm dependency to resolve security issue
Update sea-orm dependency to resolve security issues
Jul 15, 2023
Instead of no longer maintaining ouroboros the maintainer has removed the functionality which caused it to be unsound. The sea-orm maintainers have upgraded to a version that is sound but have not released it.
Additionally, sea-orm depends on sqlx 0.6 which causes #2 and would conflict if the project's version of sqlx were to be upgraded. There is a an issue underway to resolve that as well
The
sea-orm
crate currently depends on theouroboros
crate which its author has declared unsound and no longer maintained. Update when sea-orm maintainers remove it.The text was updated successfully, but these errors were encountered: