chore(deps): bump the patches group with 2 updates #210
Triggered via pull request
December 1, 2023 09:15
dependabot[bot]
opened
#70
Status
Success
Total duration
19s
Artifacts
–
pr.yml
on: pull_request_target
Validate PR title
7s
Annotations
3 warnings
use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead:
src/bin/org-clock.rs#L62
warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
--> src/bin/org-clock.rs:62:43
|
62 | let start_time_utc = DateTime::<Utc>::from_utc(naive_time, Utc);
| ^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead:
src/bin/weather.rs#L55
warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
--> src/bin/weather.rs:55:43
|
55 | let dt_utc = DateTime::<Utc>::from_utc(dt_naive, Utc);
| ^^^^^^^^
|
use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead:
src/bin/weather.rs#L48
warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
--> src/bin/weather.rs:48:43
|
48 | let dt_utc = DateTime::<Utc>::from_utc(dt_naive, Utc);
| ^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|