Update Rust crate notify to v7 - autoclosed #1619
int_test.yml
on: pull_request
integration-tests
1m 57s
Annotations
3 errors and 8 warnings
cannot find function `watcher` in crate `notify`:
src/cli/cmd/watch.rs#L112
error[E0425]: cannot find function `watcher` in crate `notify`
--> src/cli/cmd/watch.rs:112:17
|
112 | notify::watcher(tx, Duration::from_secs(opts.delay_secs)).context(WatchSnafu)?;
| ^^^^^^^ not found in `notify`
|
unresolved import `notify::DebouncedEvent`:
src/cli/cmd/watch.rs#L2
error[E0432]: unresolved import `notify::DebouncedEvent`
--> src/cli/cmd/watch.rs:2:14
|
2 | use notify::{DebouncedEvent, RecursiveMode, Watcher};
| ^^^^^^^^^^^^^^ no `DebouncedEvent` in the root
|
integration-tests
Clippy had exited with the 101 exit code
|
unused import: `Watcher`:
src/cli/cmd/watch.rs#L2
warning: unused import: `Watcher`
--> src/cli/cmd/watch.rs:2:45
|
2 | use notify::{DebouncedEvent, RecursiveMode, Watcher};
| ^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
bound is defined in more than one place:
src/http.rs#L988
warning: bound is defined in more than one place
--> src/http.rs:988:20
|
988 | pub fn copy_to<W: ?Sized>(&mut self, w: &mut W) -> Result<u64, Error>
| ^
989 | where
990 | W: Write,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `#[warn(clippy::multiple_bound_locations)]` on by default
|
integration-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
integration-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/
|
integration-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/
|
integration-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/
|
integration-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/
|