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

GitHub Actions / clippy succeeded Nov 1, 2023 in 0s

clippy

3 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 3
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check warning on line 62 in src/bin/org-clock.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead

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

Check warning on line 55 in src/bin/weather.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead

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);
   |                                           ^^^^^^^^

Check warning on line 48 in src/bin/weather.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead

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