volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
306 stars 25 forks source link

Bump chrono from 0.4.28 to 0.4.29 #220

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps chrono from 0.4.28 to 0.4.29.

Release notes

Sourced from chrono's releases.

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

  • Correct documentation for FromStr for Weekday and Month (#1226, thanks @​wfraser)

Internal improvements

  • Revert "add test_issue_866" (#1238)
  • CI: run tests on i686 and wasm32-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!

Commits
  • 8509c25 Bump version to 0.4.29
  • d744499 Add Discord link to README
  • 2a96a79 Deprecated TimeZone::datetime_from_str
  • 754ad18 Remove remaining uses of TimeZone::datetime_from_str() from tests and docs
  • 935e7b5 Parse to NaiveDateTime in parse_rfc850 test
  • d56049f Move test_datetime_parse_from_str_with_spacesto naive::datetime
  • 53b3f6b Parse to NaiveDateTime in test_utc_datetime_from_str_with_spaces
  • 5a6b2b4 Fix arbitrary string slicing in parse_rfc3339_relaxed
  • e39346e Move benchmarks to a separate crate
  • 1b25e47 Include doctests for code coverage
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)