chore(deps): bump itertools from 0.11.0 to 0.12.0 #211
Triggered via pull request
December 1, 2023 09:16
dependabot[bot]
opened
#71
Status
Success
Total duration
13s
Artifacts
–
pr.yml
on: pull_request_target
Validate PR title
4s
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
|