Skip to content

Custom blob subtypes #680

Custom blob subtypes

Custom blob subtypes #680

Re-run triggered October 17, 2023 02:14
Status Success
Total duration 5m 56s
Artifacts

testing_changes.yml

on: pull_request
run-guard
0s
run-guard
Matrix: testing
Matrix: embedded
coverage
5s
coverage
Fit to window
Zoom out
Zoom in

Annotations

552 warnings
linting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@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/
linting
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/
linting
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/
linting
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/
linting
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/
linting: rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
linting: rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
linting: rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
linting: rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
linting
`rsfbclient-core` (lib) generated 4 warnings
embedded (dynamic_loading)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
embedded (dynamic_loading)
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/
embedded (dynamic_loading)
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/
embedded (dynamic_loading)
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/
embedded (dynamic_loading)
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/
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
embedded (dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
embedded (dynamic_loading): src/tests/connection.rs#L10
unused import: `std::time::SystemTime`
embedded (dynamic_loading): src/events.rs#L57
unused imports: `Arc`, `Mutex`
embedded (dynamic_loading): src/events.rs#L58
unused import: `std::time::Duration`
embedded (dynamic_loading): src/events.rs#L59
unused import: `std::thread`
embedded (dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
security
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-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/
security
1 warnings found!
embedded (linking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
embedded (linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
embedded (linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
embedded (linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
embedded (linking)
`rsfbclient-core` (lib) generated 4 warnings
embedded (linking): src/tests/connection.rs#L10
unused import: `std::time::SystemTime`
embedded (linking): src/events.rs#L57
unused imports: `Arc`, `Mutex`
embedded (linking): src/events.rs#L58
unused import: `std::time::Duration`
embedded (linking): src/events.rs#L59
unused import: `std::thread`
embedded (linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (linking)
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/
embedded (linking)
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/
embedded (linking)
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/
embedded (linking)
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/
testing (ubuntu-20.04, v3, pure_rust)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, dynamic_loading)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading)
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/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading)
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/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading)
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/
testing (ubuntu-20.04, v3, dynamic_loading)
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/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-diesel` (lib test) generated 3 warnings (3 duplicates)
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): src/events.rs#L57
unused imports: `Arc`, `Mutex`
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): src/events.rs#L58
unused import: `std::time::Duration`
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust)
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/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust)
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/
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust)
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/
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v3, pure_rust)
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/
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-diesel` (lib test) generated 3 warnings (3 duplicates)
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
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/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
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/
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking)
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/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
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/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking)
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/
testing (ubuntu-20.04, v2, dynamic_loading)
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/
testing (ubuntu-20.04, v2, linking)
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/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking)
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/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/tests/types.rs#L108
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/tests/types.rs#L109
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v3, linking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking)
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/
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking)
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/
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking)
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/
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking)
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/
testing (ubuntu-20.04, v4, linking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/tests/types.rs#L108
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/tests/types.rs#L109
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/tests/types.rs#L108
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/tests/types.rs#L109
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking)
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/
testing (ubuntu-20.04, v4, pure_rust)
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/
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, linking)
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/
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust)
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/
testing (ubuntu-20.04, v4, dynamic_loading)
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/
testing (ubuntu-20.04, v4, linking)
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/
testing (ubuntu-20.04, v4, pure_rust)
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/
testing (ubuntu-20.04, v4, dynamic_loading)
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/
testing (ubuntu-20.04, v4, linking)
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/
testing (ubuntu-20.04, v4, pure_rust)
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/
testing (ubuntu-20.04, v4, dynamic_loading)
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/
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading)
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/
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (windows-latest, v4, pure_rust)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-diesel` (lib test) generated 3 warnings (3 duplicates)
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (windows-latest, v4, pure_rust): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (windows-latest, v4, pure_rust): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, pure_rust)
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/
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, pure_rust)
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/
testing (windows-latest, v4, pure_rust)
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/
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, pure_rust)
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/
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (windows-latest, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient` (example "events") generated 1 warning (run `cargo fix --example "events"` to apply 1 suggestion)
testing (windows-latest, v4, linking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
testing (ubuntu-20.04, v4, pure_rust): src/events.rs#L57
unused imports: `Arc`, `Mutex`
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, pure_rust): examples/events.rs#L9
unused imports: `Queryable`, `RemoteEventsManager`
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, pure_rust)
`rsfbclient` (example "events") generated 1 warning (run `cargo fix --example "events"` to apply 1 suggestion)
testing (windows-latest, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (windows-latest, v4, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (windows-latest, v4, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-diesel/src/tests/types.rs#L108
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-diesel/src/tests/types.rs#L109
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, linking)
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/
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, linking)
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/
testing (windows-latest, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, linking)
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/
testing (windows-latest, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, linking)
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/
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, linking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, linking)
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/
testing (macos-latest, v3, linking)
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/
testing (macos-latest, v3, linking)
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/
testing (macos-latest, v3, linking)
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/
testing (macos-latest, v3, dynamic_loading)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
testing (windows-latest, v4, dynamic_loading)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (windows-latest, v4, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (windows-latest, v4, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (windows-latest, v4, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading)
`rsfbclient-diesel` (lib test) generated 3 warnings (3 duplicates)
testing (windows-latest, v4, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, dynamic_loading)
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/
testing (windows-latest, v4, dynamic_loading)
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/
testing (macos-latest, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, dynamic_loading)
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/
testing (windows-latest, v4, dynamic_loading)
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/
testing (macos-latest, v3, dynamic_loading)
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/
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, dynamic_loading)
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/
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading)
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/
testing (windows-latest, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, dynamic_loading)
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/
testing (windows-latest, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (windows-latest, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v4, dynamic_loading)
`rsfbclient-diesel` (lib test) generated 3 warnings (3 duplicates)
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (macos-latest, v3, pure_rust): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (macos-latest, v3, pure_rust)
`rsfbclient` (example "events") generated 1 warning (run `cargo fix --example "events"` to apply 1 suggestion)
testing (macos-latest, v3, pure_rust): src/events.rs#L57
unused imports: `Arc`, `Mutex`
testing (macos-latest, v3, pure_rust)
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/
testing (macos-latest, v3, pure_rust)
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/
testing (macos-latest, v3, pure_rust)
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/
testing (macos-latest, v3, pure_rust)
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/
testing (ubuntu-20.04, v2, pure_rust)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient` (example "events") generated 1 warning (run `cargo fix --example "events"` to apply 1 suggestion)
testing (ubuntu-20.04, v2, pure_rust): src/events.rs#L57
unused imports: `Arc`, `Mutex`
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (ubuntu-20.04, v2, pure_rust)
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/
testing (ubuntu-20.04, v2, pure_rust)
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/
testing (ubuntu-20.04, v2, pure_rust)
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/
testing (ubuntu-20.04, v2, pure_rust)
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/
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient` (lib) generated 2 warnings (run `cargo fix --lib -p rsfbclient` to apply 2 suggestions)
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead