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

(23 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.7.20.7.6up to date
 bytes^1.3.01.7.2up to date
 cargo_metadata^0.15.20.18.1out of date
 chrono ⚠️^0.40.4.38maybe insecure
 convert_case^0.6.00.6.0up to date
 elliptic-curve^0.12.30.13.8out of date
 ethabi^18.0.018.0.0up to date
 generic-array^0.14.61.1.0out of date
 hex^0.4.30.4.3up to date
 k256^0.110.13.4out of date
 once_cell^1.16.01.20.2up to date
 open-fastrlp^0.1.40.1.4up to date
 proc-macro2^1.0.471.0.88up to date
 rand^0.8.50.8.5up to date
 rlp^0.5.20.6.1out of date
 rlp-derive^0.1.00.2.0out of date
 serde^1.0.1241.0.210up to date
 serde_json^1.0.641.0.132up to date
 strum^0.240.26.3out of date
 syn^1.0.1032.0.82out of date
 thiserror^1.01.0.64up to date
 tiny-keccak^2.0.22.0.2up to date
 unicode-xid^0.2.40.2.6up to date

Dev dependencies

(5 total, 1 outdated)

CrateRequiredLatestStatus
 bincode^1.3.31.3.3up to date
 hex-literal^0.3.40.4.1out of date
 once_cell^1.16.01.20.2up to date
 rand^0.8.50.8.5up to date
 serde_json^1.0.641.0.132up to 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