fix(deps): update rust crate chrono to 0.4.29
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
chrono | dependencies | patch |
0.4.28 -> 0.4.29
|
Release Notes
chronotope/chrono (chrono)
v0.4.29
: 0.4.29
This release fixes a panic introduced in chrono 0.4.27 in FromStr<DateTime<Utc>>
(#1253).
Chrono now has a Discord channel.
Fixes
- Fix arbitrary string slicing in
parse_rfc3339_relaxed
(#1254)
Deprecations
- Deprecate
TimeZone::datetime_from_str
(#1251)
Documentation
Internal improvements
- Revert "add test_issue_866" (#1238)
- CI: run tests on
i686
andwasm32-wasi
(#1237) - CI: Include doctests for code coverage (#1248)
- Move benchmarks to a separate crate (#1243) This allows us to upgrade the criterion dependency to 5.1 without changing our MSRV.
- Add Discord link to README (#1240, backported in #1256)
Thanks to all contributors on behalf of the chrono team, @djc and @pitdicker!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.