Skip to content

build(deps): bump serde from 1.0.164 to 1.0.166 #342

build(deps): bump serde from 1.0.164 to 1.0.166

build(deps): bump serde from 1.0.164 to 1.0.166 #342

Triggered via push July 4, 2023 15:20
Status Success
Total duration 38m 0s
Artifacts

ci.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
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 `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/