Skip to content

Bump deps

Bump deps #609

Triggered via pull request August 22, 2024 01:17
Status Skipped
Total duration 2s
Artifacts

auto-merge.yml

on: pull_request
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
field `remaining` is never read: store/src/local/mutation_index/results.rs#L61
warning: field `remaining` is never read --> store/src/local/mutation_index/results.rs:61:9 | 58 | pub struct MutationResults { | --------------- field in this struct ... 61 | pub remaining: usize, | ^^^^^^^^^
field `matched_mutation` is never read: store/src/local/entity_index/searcher.rs#L285
warning: field `matched_mutation` is never read --> store/src/local/entity_index/searcher.rs:285:9 | 284 | pub struct SearchResult { | ------------ field in this struct 285 | pub matched_mutation: MutationMetadata, | ^^^^^^^^^^^^^^^^
field `last_block_offset` is never read: store/src/local/entity_index/aggregator.rs#L59
warning: field `last_block_offset` is never read --> store/src/local/entity_index/aggregator.rs:59:9 | 28 | pub struct EntityAggregator { | ---------------- field in this struct ... 59 | pub last_block_offset: Option<BlockOffset>, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
doc list item missing indentation: chain/src/engine/chain_sync/mod.rs#L50
warning: doc list item missing indentation --> chain/src/engine/chain_sync/mod.rs:50:5 | 50 | /// sure we progress and leadership hasn't changed. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 50 | /// sure we progress and leadership hasn't changed. | +++
doc list item missing indentation: chain/src/engine/chain_sync/mod.rs#L46
warning: doc list item missing indentation --> chain/src/engine/chain_sync/mod.rs:46:5 | 46 | /// common block, which is our common ancestor. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 46 | /// common block, which is our common ancestor. | +++
doc list item missing indentation: chain/src/engine/chain_sync/mod.rs#L43
warning: doc list item missing indentation --> chain/src/engine/chain_sync/mod.rs:43:5 | 43 | /// latest blocks. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 43 | /// latest blocks. | +++
doc list item missing indentation: chain/src/engine/chain_sync/mod.rs#L42
warning: doc list item missing indentation --> chain/src/engine/chain_sync/mod.rs:42:5 | 42 | /// node could not have made progress without a majority of nodes signing the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 42 | /// node could not have made progress without a majority of nodes signing the | +++
doc list item missing indentation: chain/src/engine/chain_sync/mod.rs#L41
warning: doc list item missing indentation --> chain/src/engine/chain_sync/mod.rs:41:5 | 41 | /// with the longest chain. Taking the longest chain is valid, since this | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 41 | /// with the longest chain. Taking the longest chain is valid, since this | +++
doc list item missing indentation: chain/src/engine/chain_sync/mod.rs#L38
warning: doc list item missing indentation --> chain/src/engine/chain_sync/mod.rs:38:5 | 38 | /// common block). During this stage, the status is 'Unknown' | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 38 | /// common block). During this stage, the status is 'Unknown' | +++