Skip to content

chore(deps): bump notify-rust from 4.8.0 to 4.9.0 #192

chore(deps): bump notify-rust from 4.8.0 to 4.9.0

chore(deps): bump notify-rust from 4.8.0 to 4.9.0 #192

Triggered via pull request November 1, 2023 10:11
@dependabotdependabot[bot]
synchronize #67
Status Success
Total duration 12s
Artifacts

pr.yml

on: pull_request_target
Validate PR title
2s
Validate PR title
Fit to window
Zoom out
Zoom in

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