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.8.0 to 4.9.0 #67

Merged
merged 1 commit into from
Nov 1, 2023

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

88934de
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

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

chore(deps): bump notify-rust from 4.8.0 to 4.9.0
88934de
Select commit
Loading
Failed to load commit list.
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