-
Notifications
You must be signed in to change notification settings - Fork 157
chore: Fix cargo audit warnings #3338
Copy link
Copy link
Closed
Labels
Description
Problem
Currently, cargo-audit reports 9 warnings in our dependencies:
Some of these are false positives or unavoidable due to us already using the latest available versions.
Updating the rest involves non-trivial work, as they introduce breaking changes. These changes need to be rolled out smoothly.
List of affected dependencies
-
sqlx: Needs to be upgraded to version0.8.x, which introduces breaking changes. -
reqwest: Needs to be upgraded to version0.12.x. Also results in breaking changes. - Multiple unmaintained crates with known vulnerabilities:
web3attyderivative
We need to evaluate and migrate to alternative crates where possible.
-
ethcontract-rs: This is a repository within our organization, so we can directly fix the transitive dependency issues in its latest version. -
prometheus: We are already on the latest version (0.13.4). We should update as soon as a new release becomes available.
Reactions are currently unavailable