Skip to content

chore(deps): various dependencies updated #414

chore(deps): various dependencies updated

chore(deps): various dependencies updated #414

Triggered via pull request October 16, 2023 11:23
@holtgreweholtgrewe
opened #216
Status Success
Total duration 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

conventional-prs.yml

on: pull_request_target
title-format
3s
title-format
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
mismatched types: src/annotate/strucvars/mod.rs#L2965
error[E0308]: mismatched types --> src/annotate/strucvars/mod.rs:2965:39 | 2965 | let assembly = guess_assembly(&header, false, assembly)?; | -------------- ^^^^^^^ expected `noodles_vcf::header::Header`, found `noodles_vcf::Header` | | | arguments to this function are incorrect | = note: `noodles_vcf::Header` and `noodles_vcf::header::Header` have similar names, but are actually distinct types note: `noodles_vcf::Header` is defined in crate `noodles_vcf` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noodles-vcf-0.41.0/src/header.rs:48:1 | 48 | pub struct Header { | ^^^^^^^^^^^^^^^^^ note: `noodles_vcf::header::Header` is defined in crate `noodles_vcf` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noodles-vcf-0.40.0/src/header.rs:48:1 | 48 | pub struct Header { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `noodles_vcf` are being used? note: function defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/annonars-0.22.0/src/freqs/cli/import/reading.rs:142:8 | 142 | pub fn guess_assembly( | ^^^^^^^^^^^^^^
mismatched types: src/annotate/seqvars/mod.rs#L1448
error[E0308]: mismatched types --> src/annotate/seqvars/mod.rs:1448:54 | 1448 | let vcf_var = keys::Var::from_vcf_allele(&vcf_record, 0); | -------------------------- ^^^^^^^^^^^ expected `noodles_vcf::record::Record`, found `noodles_vcf::Record` | | | arguments to this function are incorrect | = note: `noodles_vcf::Record` and `noodles_vcf::record::Record` have similar names, but are actually distinct types note: `noodles_vcf::Record` is defined in crate `noodles_vcf` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noodles-vcf-0.41.0/src/record.rs:38:1 | 38 | pub struct Record { | ^^^^^^^^^^^^^^^^^ note: `noodles_vcf::record::Record` is defined in crate `noodles_vcf` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noodles-vcf-0.40.0/src/record.rs:38:1 | 38 | pub struct Record { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `noodles_vcf` are being used? note: associated function defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/annonars-0.22.0/src/common/keys.rs:95:12 | 95 | pub fn from_vcf_allele(value: &noodles_vcf::Record, allele_no: usize) -> Self { | ^^^^^^^^^^^^^^^
mismatched types: src/annotate/seqvars/mod.rs#L1385
error[E0308]: mismatched types --> src/annotate/seqvars/mod.rs:1385:35 | 1385 | let assembly = guess_assembly(&header_in, false, genome_release)?; | -------------- ^^^^^^^^^^ expected `noodles_vcf::header::Header`, found `noodles_vcf::Header` | | | arguments to this function are incorrect | = note: `noodles_vcf::Header` and `noodles_vcf::header::Header` have similar names, but are actually distinct types note: `noodles_vcf::Header` is defined in crate `noodles_vcf` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noodles-vcf-0.41.0/src/header.rs:48:1 | 48 | pub struct Header { | ^^^^^^^^^^^^^^^^^ note: `noodles_vcf::header::Header` is defined in crate `noodles_vcf` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noodles-vcf-0.40.0/src/header.rs:48:1 | 48 | pub struct Header { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `noodles_vcf` are being used? note: function defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/annonars-0.22.0/src/freqs/cli/import/reading.rs:142:8 | 142 | pub fn guess_assembly( | ^^^^^^^^^^^^^^
title-format
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/