Skip to content

chore(deps): bump tokio from 1.29.1 to 1.33.0 #196

chore(deps): bump tokio from 1.29.1 to 1.33.0

chore(deps): bump tokio from 1.29.1 to 1.33.0 #196

Triggered via pull request November 1, 2023 10:11
@dependabotdependabot[bot]
synchronize #68
Status Success
Total duration 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr.yml

on: pull_request_target
Validate PR title
4s
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/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
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