Bump tokio from 1.39.3 to 1.40.0 #823
Annotations
10 warnings
useless use of `vec!`:
src/database.rs#L10
warning: useless use of `vec!`
--> src/database.rs:10:49
|
10 | let cfds: Vec<ColumnFamilyDescriptor> = vec!["timeline", "state"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use an array directly: `["timeline", "state"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
= note: `-W clippy::useless-vec` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::useless_vec)]`
|
multiple fields are never read:
src/twitter/users.rs#L26
warning: multiple fields are never read
--> src/twitter/users.rs:26:5
|
25 | struct Error {
| ----- fields in this struct
26 | value: String,
| ^^^^^
27 | detail: String,
| ^^^^^^
28 | title: String,
| ^^^^^
29 | resource_type: String,
| ^^^^^^^^^^^^^
30 | parameter: String,
| ^^^^^^^^^
31 | resource_id: String,
| ^^^^^^^^^^^
32 | #[serde(rename(deserialize = "type"))]
33 | typ: String,
| ^^^
|
= note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
field `name` is never read:
src/twitter/users.rs#L20
warning: field `name` is never read
--> src/twitter/users.rs:20:5
|
18 | struct Data {
| ---- field in this struct
19 | id: String,
20 | name: String,
| ^^^^
|
= note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
fields `oldest_id`, `newest_id`, and `result_count` are never read:
src/twitter/timeline.rs#L146
warning: fields `oldest_id`, `newest_id`, and `result_count` are never read
--> src/twitter/timeline.rs:146:5
|
145 | struct Meta {
| ---- fields in this struct
146 | oldest_id: Option<String>,
| ^^^^^^^^^
147 | newest_id: Option<String>,
| ^^^^^^^^^
148 | result_count: Option<u8>,
| ^^^^^^^^^^^^
|
= note: `Meta` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
test (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, baptiste0928/cargo-install@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/
|
test (ubuntu-latest, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: extractions/setup-just@v1, actions/checkout@v3, actions-rs/toolchain@v1, baptiste0928/cargo-install@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/
|
test (ubuntu-latest, stable)
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/
|
test (ubuntu-latest, stable)
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/
|
test (ubuntu-latest, stable)
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/
|
test (ubuntu-latest, stable)
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/
|