fix(deps): update rust crate hcl-rs to 0.18.0 #999
GitHub Actions / Clippy: Rust Stable 1.78.0 (9b00956e5 2024-04-29)
in
succeeded
Aug 20, 2024 in 1m 0s
Clippy (Stable ~ Linux/x86_64)
Clippy was successful!
Details
Running cargo clippy
took roughly ~60735ms to complete
- Working Directory: repository directory
Annotations
Check warning on line 57 in /home/runner/work/charted/charted/crates/metrics/src/lib.rs
github-actions / Clippy: Rust Stable 1.78.0 (9b00956e5 2024-04-29)
in
/home/runner/work/charted/charted/crates/metrics/src/lib.rs#L57
use of deprecated method `tokio::runtime::RuntimeMetrics::active_tasks_count`: Renamed to num_alive_tasks
Raw output
warning: use of deprecated method `tokio::runtime::RuntimeMetrics::active_tasks_count`: Renamed to num_alive_tasks
--> crates/metrics/src/collectors/tokio.rs:57:35
|
57 | active_tasks: metrics.active_tasks_count(),
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
Check warning on line 82 in /home/runner/work/charted/charted/crates/metrics/src/lib.rs
github-actions / Clippy: Rust Stable 1.78.0 (9b00956e5 2024-04-29)
in
/home/runner/work/charted/charted/crates/metrics/src/lib.rs#L82
use of deprecated method `tokio::runtime::RuntimeMetrics::active_tasks_count`: Renamed to num_alive_tasks
Raw output
warning: use of deprecated method `tokio::runtime::RuntimeMetrics::active_tasks_count`: Renamed to num_alive_tasks
--> crates/metrics/src/collectors/tokio.rs:82:35
|
82 | active_tasks: metrics.active_tasks_count(),
| ^^^^^^^^^^^^^^^^^^
Loading