Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

deps: update Sovereign SDK dependencies #131

deps: update Sovereign SDK dependencies

deps: update Sovereign SDK dependencies #131

Triggered via pull request February 9, 2024 04:31
Status Success
Total duration 13s
Artifacts

dependency_review.yml

on: pull_request
dependency-review
3s
dependency-review
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
dependency-review
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/dependency-review-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
this expression creates a reference which is immediately dereferenced by the compiler: mocks/src/sovereign/runner.rs#L39
warning: this expression creates a reference which is immediately dereferenced by the compiler --> mocks/src/sovereign/runner.rs:39:22 | 39 | .genesis(&kernel_genesis_config, &mut kernel_working_set) | ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `kernel_genesis_config` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
this expression creates a reference which is immediately dereferenced by the compiler: mocks/src/sovereign/runner.rs#L39
warning: this expression creates a reference which is immediately dereferenced by the compiler --> mocks/src/sovereign/runner.rs:39:22 | 39 | .genesis(&kernel_genesis_config, &mut kernel_working_set) | ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `kernel_genesis_config` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default