Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Deprecation warning from chrono #159

Closed jayvdb closed 8 months ago

jayvdb commented 8 months ago
warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
   --> /home/jayvdb/rust/butane/butane_core/src/sqlval.rs:551:29
    |
551 |         Ok(DateTime::<Utc>::from_utc(
    |                             ^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

It was deprecated late August. https://github.com/chronotope/chrono/releases/tag/v0.4.27