lighthouse/beacon_node
Michael Sproul 708557a473 Fix cargo audit warns for nix, psutil, time (#2699)
## Issue Addressed

Fix `cargo audit` failures on `unstable`

Closes #2698

## Proposed Changes

The main culprit is `nix`, which is vulnerable for versions below v0.23.0. We can't get by with a straight-forward `cargo update` because `psutil` depends on an old version of `nix` (cf. https://github.com/rust-psutil/rust-psutil/pull/93). Hence I've temporarily forked `psutil` under the `sigp` org, where I've included the update to `nix` v0.23.0.

Additionally, I took the chance to update the `time` dependency to v0.3, which removed a bunch of stale deps including `stdweb` which is no longer maintained. Lighthouse only uses the `time` crate in the notifier to do some pretty printing, and so wasn't affected by any of the breaking changes in v0.3 ([changelog here](https://github.com/time-rs/time/blob/main/CHANGELOG.md#030-2021-07-30)).
2021-10-11 00:10:35 +00:00
..
beacon_chain Add test_logger as feature to logging (#2586) 2021-10-06 00:46:07 +00:00
client Fix cargo audit warns for nix, psutil, time (#2699) 2021-10-11 00:10:35 +00:00
eth1 Remove unused deps (#2592) 2021-09-30 04:31:42 +00:00
eth2_libp2p Don't log errors on resubscription of gossip topics (#2613) 2021-10-06 00:46:08 +00:00
genesis Remove unused deps (#2592) 2021-09-30 04:31:42 +00:00
http_api Update broken api links (#2665) 2021-10-06 00:46:09 +00:00
http_metrics Remove unused deps (#2592) 2021-09-30 04:31:42 +00:00
network Consistent tracking of disconnected peers (#2650) 2021-09-30 04:31:43 +00:00
operation_pool Remove unused deps (#2592) 2021-09-30 04:31:42 +00:00
src Implement checkpoint sync (#2244) 2021-09-22 00:37:28 +00:00
store Fix I/O atomicity issues with checkpoint sync (#2671) 2021-10-05 03:53:17 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Remove unused deps (#2592) 2021-09-30 04:31:42 +00:00
websocket_server Server sent events (#1920) 2020-12-04 00:18:58 +00:00
Cargo.toml Release v2.0.0 (#2673) 2021-10-05 03:53:18 +00:00