-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Clean up dependencies #808
Comments
Also, may I propose adding |
I listed the problematic deps, they are:
|
@chevdor I'm using 'cargo tree' to check and didn't see |
Ok I did. @guanqun, out of curiosity, don't you have the right to cross it out? |
@chevdor I'm not a parity member, so I don't have the permission. :) |
@guanqun ok, sorry about that. I thought you could still check/uncheck the boxes. We will figure it out :) |
For checking/unchecking you need the permissions to edit other comments. |
#1527 has done a lot on the direct dependency graph, updated the post accordingly. |
Someone recently cleaned up the unused dependencies of rust-libp2p using this script: https://gist.github.com/sinkuu/8083240257c485c9f928744b41bbac98 |
Nice, should be integrated into CI xD |
The current output of
|
* Update to latest Substrate master * upgrade decl_storage declaration * Companion PR to Substrate#4752 Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: thiolliere <gui.thiolliere@gmail.com> Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.25.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ethereum-
in their name. Why do we still depend onrlp v0.2.4
? Isethereum-types
still strictly needed? If not, then remove. If so, then renameparity-types
and refactor accordingly.The text was updated successfully, but these errors were encountered: