deps: Update Rust Dependencies #459
Annotations
4 warnings
methods `on_vc_data_available`, `on_vc_join`, and `on_vc_leave` are never used:
src/bot/mod.rs#L99
warning: methods `on_vc_data_available`, `on_vc_join`, and `on_vc_leave` are never used
--> src/bot/mod.rs:99:8
|
87 | pub trait BotService<R: Runtime>: Send + Sync {
| ---------- methods in this trait
...
99 | fn on_vc_data_available(
| ^^^^^^^^^^^^^^^^^^^^
...
108 | fn on_vc_join(
| ^^^^^^^^^^
...
117 | fn on_vc_leave(
| ^^^^^^^^^^^
|
method `name` is never used:
src/bot/mod.rs#L41
warning: method `name` is never used
--> src/bot/mod.rs:41:8
|
39 | pub trait User: Send + Sync {
| ---- method in this trait
40 | fn id(&self) -> u64;
41 | fn name(&self) -> &str;
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
|
method `name` is never used:
src/bot/mod.rs#L41
warning: method `name` is never used
--> src/bot/mod.rs:41:8
|
39 | pub trait User: Send + Sync {
| ---- method in this trait
40 | fn id(&self) -> u64;
41 | fn name(&self) -> &str;
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|