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, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.70.7.6up to date
 bytes^1.41.9.0up to date
 cargo_metadata^0.18.00.19.1out of date
 chrono ⚠️^0.40.4.39maybe 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.0up to date
 k256^0.13.10.13.4up to date
 num_enum^0.70.7.3up to date
 once_cell^1.181.20.2up to date
 open-fastrlp^0.1.40.1.4up to date
 rand^0.80.9.0out of date
 rlp^0.50.6.1out of date
 serde^1.01.0.217up to date
 serde_json^1.01.0.138up to date
 strum^0.26.10.26.3up to date
 syn^2.02.0.98up to date
 tempfile^3.83.16.0up to date
 thiserror^1.02.0.11out of date
 tiny-keccak^2.0.22.0.2up to date
 unicode-xid^0.20.2.6up to date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 bincode^1.3.31.3.3up to date
 hex-literal^0.40.4.1up to date
 once_cell^1.181.20.2up to date
 rand^0.80.9.0out 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