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.7 to 0.4.10 #45

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps chrono from 0.4.7 to 0.4.10.

Changelog

Sourced from chrono's changelog.

0.4.10

Improvements

  • DateTime::parse_from_str is more than 2x faster in some cases. (@​michalsrb
    #358)
  • Significant improvements to no-std and alloc support (This should also make
    many format/serialization operations induce zero unnecessary allocations)
    (@​CryZe #341)

Features

  • Functions that were accepting Iterator of Items (for example
    format_with_items) now accept Iterator of Borrow<Item>, so one can
    use values or references. (@​michalsrb #358)
  • Add built-in support for structs with nested Option<Datetime> etc fields
    (@​manifest #302)

Internal/doc improvements

  • Use markdown footnotes on the strftime docs page (@​qudlibetor #359)
  • Migrate from try! -> ? (question mark) because it is now emitting
    deprecation warnings and has been stable since rustc 1.13.0
  • Deny dead code

0.4.9

Fixes

  • Make Datetime arithmatic adjust their offsets after discovering their new
    timestamps (@​quodlibetor #337)
  • Put wasm-bindgen related code and dependencies behind a wasmbind feature
    gate. (@​quodlibetor #335)

0.4.8

Fixes

Features

  • Support wasm-unknown-unknown via wasm-bindgen (in addition to
    emscripten/wasm-unknown-emscripten). (finished by @​evq in #331, initial
    work by @​jjpe #287)
Commits
  • 5905935 Merge pull request #361 from quodlibetor/deny-dead-code
  • 41700d1 Remove unused constant, deny(dead_code)
  • 5b4fc23 Merge pull request #360 from quodlibetor/chrono-0_4_10
  • 288f1dd Merge pull request #356 from quodlibetor/num_days_from_epoch-docs
  • 670561b Prepare for and Bump Chrono version to 0.4.10
  • 6622bdc Replace all uses of try! with question mark
  • 46f8267 Merge pull request #358 from michalsrb/optimize-parsing
  • b717e04 Handle some semantic merge conflicts
  • 27f5e5e Temporarily globally allow deprecated
  • 0b8c248 Fix build with rust 1.13.0
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.7 to 0.4.10.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.7...v0.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 25, 2019
@dependabot-preview
Copy link
Author

Superseded by #57.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/chrono-0.4.10 branch March 9, 2020 13:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants