fix(deps): update rust crate sysinfo to 0.30.7 #1151
Annotations
10 errors and 6 warnings
Run actions-rs/cargo@v1:
src/main.rs#L11
unresolved import `sysinfo::SystemExt`
|
Run actions-rs/cargo@v1:
src/commands/info/about.rs#L2
unresolved imports `sysinfo::ProcessExt`, `sysinfo::SystemExt`
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L3
unresolved imports `sysinfo::CpuExt`, `sysinfo::DiskExt`, `sysinfo::NetworkExt`, `sysinfo::NetworksExt`, `sysinfo::SystemExt`
|
Run actions-rs/cargo@v1:
src/commands/info/about.rs#L15
this method takes 1 argument but 0 arguments were supplied
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L12
no method named `refresh_networks_list` found for struct `tokio::sync::MutexGuard<'_, sysinfo::System>` in the current scope
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L13
no method named `refresh_disks_list` found for struct `tokio::sync::MutexGuard<'_, sysinfo::System>` in the current scope
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L23
no method named `load_average` found for struct `tokio::sync::MutexGuard<'_, sysinfo::System>` in the current scope
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L28
no method named `long_os_version` found for struct `tokio::sync::MutexGuard<'_, sysinfo::System>` in the current scope
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L29
no method named `kernel_version` found for struct `tokio::sync::MutexGuard<'_, sysinfo::System>` in the current scope
|
Run actions-rs/cargo@v1:
src/commands/info/serverstats.rs#L32
no method named `networks` found for struct `tokio::sync::MutexGuard<'_, sysinfo::System>` in the current scope
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Install Rust toolchain
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/
|
Install Rust toolchain
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/
|
Install Rust toolchain
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/
|
Install Rust toolchain
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/
|
Loading