Skip to content

Bump serde_json from 1.0.115 to 1.0.116 #265

Bump serde_json from 1.0.115 to 1.0.116

Bump serde_json from 1.0.115 to 1.0.116 #265

Triggered via pull request May 1, 2024 10:22
Status Failure
Total duration 3m 41s
Artifacts

CI.yml

on: pull_request
Matrix: test
dependabot
4s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
dependabot
Process completed with exit code 1.
item in documentation is missing backticks: src/endpoints/auth.rs#L30
warning: item in documentation is missing backticks --> src/endpoints/auth.rs:30:14 | 30 | /// "bearer_auth" | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> src/lib.rs:8:9 | 8 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]` help: try | 30 | /// "`bearer_auth`" | ~~~~~~~~~~~~~
item in documentation is missing backticks: src/endpoints/transactions.rs#L74
warning: item in documentation is missing backticks --> src/endpoints/transactions.rs:74:20 | 74 | /// amount and is_load = true. Other transactions such as refunds, reversals | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 74 | /// amount and `is_load` = true. Other transactions such as refunds, reversals | ~~~~~~~~~
item in documentation is missing backticks: src/endpoints/transactions.rs#L75
warning: item in documentation is missing backticks --> src/endpoints/transactions.rs:75:55 | 75 | /// or chargebacks may have a positive amount but is_load = false | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 75 | /// or chargebacks may have a positive amount but `is_load` = false | ~~~~~~~~~