Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] GitHub dependabot warnings from cursive-core dependencies #724

Closed
mhvelplund opened this issue Mar 26, 2023 · 2 comments
Closed

[BUG] GitHub dependabot warnings from cursive-core dependencies #724

mhvelplund opened this issue Mar 26, 2023 · 2 comments
Labels

Comments

@mhvelplund
Copy link

Describe the bug
cursive-core uses a crate, owning_ref, with known issues which causes GitHub dependabot to show an alert in projects that use cursive-0.20.0.

To Reproduce
I created a project and added Cursive as a dependency:

cursive={ version="0.20.0", default-features=false, features=[
    "crossterm-backend",
] }

Expected behavior
No warnings.

Screenshots
Screenshot-2023-03-26-084308.png

Environment

  • Operating system used: Windows 11
  • Backend used: crossterm ...
  • Current locale (run locale in a terminal): en_US.UTF-8
  • Cursive version (from crates.io, from git, ...): 0.20.0
@mhvelplund mhvelplund added the bug label Mar 26, 2023
@gyscos
Copy link
Owner

gyscos commented Mar 27, 2023

Thanks for the report.

This looks related to #678 . We're not directly affected by the vulnerability, but I agree it would be nice to eventually move to something that's not causing this warning.

@gyscos
Copy link
Owner

gyscos commented May 28, 2024

owning_ref is no longer a dependency.

@gyscos gyscos closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants