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

bump(deps): update rust crate serde to 1.0.186 #1834

bump(deps): update rust crate serde to 1.0.186

bump(deps): update rust crate serde to 1.0.186 #1834

Triggered via pull request July 9, 2023 19:10
@renovaterenovate[bot]
synchronize #58
Status Success
Total duration 12s
Artifacts

oss-governance-bot.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
this function has too many arguments (8/7): meta/meta-node/src/service.rs#L403
warning: this function has too many arguments (8/7) --> meta/meta-node/src/service.rs:403:1 | 403 | / fn spawn_frontier_tasks( 404 | | task_manager: &TaskManager, 405 | | client: Arc<FullClient>, 406 | | backend: Arc<FullBackend>, ... | 411 | | fee_history_cache_limit: FeeHistoryCacheLimit, 412 | | ) { | |__^ | = note: `#[warn(clippy::too_many_arguments)]` on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
very complex type used. Consider factoring parts into `type` definitions: meta/meta-node/src/service.rs#L80
warning: very complex type used. Consider factoring parts into `type` definitions --> meta/meta-node/src/service.rs:80:6 | 80 | ) -> Result< | ______^ 81 | | PartialComponents< 82 | | FullClient, 83 | | FullBackend, ... | 95 | | ServiceError, 96 | | > { | |_^ | = note: `#[warn(clippy::type_complexity)]` on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity