Skip to content

Bump reqwest from 0.12.2 to 0.12.4 #266

Bump reqwest from 0.12.2 to 0.12.4

Bump reqwest from 0.12.2 to 0.12.4 #266

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

CI.yml

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

Annotations

3 warnings
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 | ~~~~~~~~~