pydantic / speedate

Fast and simple datetime, date, time and duration parsing for rust.
https://docs.rs/speedate/latest/speedate/
MIT License
199 stars 17 forks source link

Fix deprecated methods in tests #31

Closed aminalaee closed 1 year ago

aminalaee commented 1 year ago

Some methods from the chrono are deprecated, this PR upgrades to the new methods to avoid the warnings.

aminalaee commented 1 year ago

Added it in https://github.com/pydantic/speedate/pull/30 so closing