Skip to content

Upgrade dependencies #543

Upgrade dependencies

Upgrade dependencies #543

Triggered via push July 7, 2023 17:03
Status Cancelled
Total duration 4h 6m 0s
Artifacts 3

rust.yml

on: push
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 23 warnings
linux
The run was canceled by @rsdy.
linux
The operation was canceled.
security_audit
1 warnings found!
constant `SERVICE_NAME` is never used: zerostash/src/config/symmetric_key.rs#L6
warning: constant `SERVICE_NAME` is never used --> zerostash/src/config/symmetric_key.rs:6:7 | 6 | const SERVICE_NAME: &str = "dev.symmetree.zerostash"; | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused variable: `stash`: zerostash/src/config/symmetric_key.rs#L77
warning: unused variable: `stash` --> zerostash/src/config/symmetric_key.rs:77:42 | 77 | pub fn interactive_credentials(self, stash: &str) -> Result<(SecretString, SecretString)> { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stash`
unused variable: `stash`: zerostash/src/config/symmetric_key.rs#L49
warning: unused variable: `stash` --> zerostash/src/config/symmetric_key.rs:49:34 | 49 | pub fn fill_random(mut self, stash: &str) -> Result<Self> { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stash` | = note: `#[warn(unused_variables)]` on by default
this let-binding has unit value: zerostash-files/src/tree.rs#L375
warning: this let-binding has unit value --> zerostash-files/src/tree.rs:375:13 | 375 | / _ = entries.upsert( 376 | | name.into(), 377 | | move || noderef, 378 | | |_, v| { ... | 381 | | }, 382 | | ); | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default help: omit the `let` binding | 375 ~ entries.upsert( 376 + name.into(), 377 + move || noderef, 378 + |_, v| { 379 + noderef = *v; 380 + update = true; 381 + }, 382 ~ );; |
this let-binding has unit value: zerostash-files/src/tree.rs#L375
warning: this let-binding has unit value --> zerostash-files/src/tree.rs:375:13 | 375 | / _ = entries.upsert( 376 | | name.into(), 377 | | move || noderef, 378 | | |_, v| { ... | 381 | | }, 382 | | ); | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default help: omit the `let` binding | 375 ~ entries.upsert( 376 + name.into(), 377 + move || noderef, 378 + |_, v| { 379 + noderef = *v; 380 + update = true; 381 + }, 382 ~ );; |
this let-binding has unit value: zerostash-files/src/tree.rs#L375
warning: this let-binding has unit value --> zerostash-files/src/tree.rs:375:13 | 375 | / _ = entries.upsert( 376 | | name.into(), 377 | | move || noderef, 378 | | |_, v| { ... | 381 | | }, 382 | | ); | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default help: omit the `let` binding | 375 ~ entries.upsert( 376 + name.into(), 377 + move || noderef, 378 + |_, v| { 379 + noderef = *v; 380 + update = true; 381 + }, 382 ~ );; |
build (macos-m1)
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/
build (macos-m1)
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/
build (macos-m1)
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/
build (macos-m1)
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/
build (windows)
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/
build (windows)
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/
build (windows)
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/
build (windows)
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/
build (macos)
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/
build (macos)
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/
build (macos)
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/
build (macos)
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/
linux
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/
linux
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/
linux
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/
linux
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/

Artifacts

Produced during runtime
Name Size
0s-05614caa6e65fac910bd30e21757c9e4b1255530-aarch64-apple-darwin Expired
6.6 MB
0s-05614caa6e65fac910bd30e21757c9e4b1255530-x86_64-apple-darwin Expired
7.7 MB
0s-05614caa6e65fac910bd30e21757c9e4b1255530-x86_64-pc-windows-msvc.exe Expired
7.79 MB