This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate ethers-core

Dependencies

(22 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.70.7.6up to date
 bytes^1.41.10.1up to date
 cargo_metadata^0.18.00.20.0out of date
 chrono ⚠️^0.40.4.41maybe insecure
 elliptic-curve^0.13.50.13.8up to date
 ethabi^18.0.018.0.0up to date
 generic-array^0.14.71.2.0out of date
 const-hex^1.61.14.1up to date
 k256^0.13.10.13.4up to date
 num_enum^0.70.7.4up to date
 once_cell^1.181.21.3up to date
 open-fastrlp^0.1.40.1.4up to date
 rand^0.80.9.1out of date
 rlp^0.50.6.1out of date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 strum^0.26.10.27.1out of date
 syn^2.02.0.104up to date
 tempfile^3.83.20.0up to date
 thiserror^1.02.0.12out of date
 tiny-keccak^2.0.22.0.2up to date
 unicode-xid^0.20.2.6up to date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 bincode^1.3.32.0.1out of date
 hex-literal^0.41.0.0out of date
 once_cell^1.181.21.3up to date
 rand^0.80.9.1out of date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References