We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current release of terminal-clipboard 0.3.1 has a version-locked dependency on x11-clipboard 0.5.3, which itself is version-locked to xcb 0.10.1.
xcb 0.10.1 has multiple issues according to RUSTSEC-2021-0019, which blocks cargo audit: https://rustsec.org/advisories/RUSTSEC-2021-0019
cargo audit
Would it be possible to move to a newer version of x11-clipboard?
x11-clipboard 0.6.x increases the version of xcb to 1.1.1, which is not affected.
x11-clipboard 0.7.0 instead switches the package from xcb to x11rb.
The text was updated successfully, but these errors were encountered:
Solved with version 0.4.1
Sorry, something went wrong.
No branches or pull requests
The current release of terminal-clipboard 0.3.1 has a version-locked dependency on x11-clipboard 0.5.3, which itself is version-locked to xcb 0.10.1.
xcb 0.10.1 has multiple issues according to RUSTSEC-2021-0019, which blocks
cargo audit
: https://rustsec.org/advisories/RUSTSEC-2021-0019Would it be possible to move to a newer version of x11-clipboard?
x11-clipboard 0.6.x increases the version of xcb to 1.1.1, which is not affected.
x11-clipboard 0.7.0 instead switches the package from xcb to x11rb.
The text was updated successfully, but these errors were encountered: