Skip to content

chore(deps): update sqlx requirement from 0.6.3 to 0.7.2 #319

chore(deps): update sqlx requirement from 0.6.3 to 0.7.2

chore(deps): update sqlx requirement from 0.6.3 to 0.7.2 #319

Triggered via pull request October 2, 2023 11:35
Status Success
Total duration 6m 38s
Artifacts

ci.yaml

on: pull_request
Changelog
4s
Changelog
Compute code coverage
2m 9s
Compute code coverage
Run clippy and unitary tests
5m 40s
Run clippy and unitary tests
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Compute code coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compute code coverage: src/secret/domain.rs#L8
field `owner` is never read
Compute code coverage: src/user/domain.rs#L13
fields `actual_email` and `meta` are never read
Compute code coverage: src/base64.rs#L15
function `decode_str` is never used
Compute code coverage
`rauth` (lib test) generated 3 warnings
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy@master, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests: src/email.rs#L21
warning: useless use of `vec!` --> src/email.rs:21:25 | 21 | .map(|username| vec![username, domain].join(DOMAIN_SEPARATOR)) | ^^^^^^^^^^^^^^^^^^^^^^ help: you can use an array directly: `[username, domain]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec = note: `#[warn(clippy::useless_vec)]` on by default