Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump notify-rust from 4.9.0 to 4.10.0 #72

Closed
wants to merge 1 commit into from

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

e0277bd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): bump notify-rust from 4.9.0 to 4.10.0 #72

chore(deps): bump notify-rust from 4.9.0 to 4.10.0
e0277bd
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Dec 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.74.0 (79e9716c9 2023-11-13)
  • cargo 1.74.0 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (79e9716 2023-11-13)

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