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
It seems that the dependency generic-array v0.12.3 for the Rust version of ICS23 is outdated and risky:
generic-array
https://github.com/confio/ics23/blob/f173e6211efbf546bf9fcdc5cc29e5e055151666/rust/Cargo.lock#L134-L136
https://rustsec.org/advisories/RUSTSEC-2020-0146.html
We found this out through a cargo audit on ibc-rs.
The text was updated successfully, but these errors were encountered:
I am pretty sure that we don't use arr! anywhere. But I would be happy to merge a PR with updated dependencies
arr!
Sorry, something went wrong.
Fixed in #38
No branches or pull requests
It seems that the dependency
generic-array
v0.12.3 for the Rust version of ICS23 is outdated and risky:https://github.com/confio/ics23/blob/f173e6211efbf546bf9fcdc5cc29e5e055151666/rust/Cargo.lock#L134-L136
https://rustsec.org/advisories/RUSTSEC-2020-0146.html
We found this out through a cargo audit on ibc-rs.
The text was updated successfully, but these errors were encountered: