Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump chrono from 0.4.28 to 0.4.29 #9012

Merged
merged 2 commits into from Sep 7, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2023

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 <dependency name> 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)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.28...v0.4.29)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 6, 2023
@netlify
Copy link

netlify bot commented Sep 6, 2023

👷 Deploy Preview for chef-habitat processing.

Name Link
🔨 Latest commit 9501285
🔍 Latest deploy log https://app.netlify.com/sites/chef-habitat/deploys/64f87a6b3c80e1000802b8c3

@chef-expeditor
Copy link
Contributor

chef-expeditor bot commented Sep 6, 2023

Hello dependabot[bot]! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

@jasonheath jasonheath self-assigned this Sep 6, 2023
This was a transition to appropriate use of
NaiveDateTime::parse_from_str(/**/).and_utc() as discussed in
chronotope/chrono#1251.

Signed-off-by: Jason Heath <jason.heath@progress.com>
@jasonheath
Copy link
Contributor

@mwrock, I updated a deprecated function. Since I touched the code I thought I'd ask you to approve.

@jasonheath
Copy link
Contributor

@mwrock, I updated to move away from a deprecated function. Since I touched the code I thought I'd ask you to approve.

@jasonheath jasonheath merged commit a4f741f into main Sep 7, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/chrono-0.4.29 branch September 7, 2023 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants