jhelwig / gh-univiewer

Visualize GitHub repo stats to a Unicorn HAT HD enabled Raspberry PI
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Bump chrono from 0.4.0 to 0.4.6 #48

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps chrono from 0.4.0 to 0.4.6.

Changelog *Sourced from [chrono's changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md).* > ## 0.4.6 > > ## Features > > * Add `std::convert::From` conversions between the different timezone formats ([@​mqudsi](https://github.com/mqudsi) [#271](https://github-redirect.dependabot.com/chronotope/chrono/issues/271)) > > ## 0.4.5 > > ### Features > > * Added several more serde deserialization helpers ([@​novacrazy](https://github.com/novacrazy) [#258](https://github-redirect.dependabot.com/chronotope/chrono/issues/258)) > * Enabled all features on the playground ([@​davidtwco](https://github.com/davidtwco) [#267](https://github-redirect.dependabot.com/chronotope/chrono/issues/267)) > * Derive `Hash` on `FixedOffset` ([@​LuoZijun](https://github.com/LuoZijun) [#254](https://github-redirect.dependabot.com/chronotope/chrono/issues/254)) > * Improved docs ([@​storyfeet](https://github.com/storyfeet) [#261](https://github-redirect.dependabot.com/chronotope/chrono/issues/261), [@​quodlibetor](https://github.com/quodlibetor) [#252](https://github-redirect.dependabot.com/chronotope/chrono/issues/252)) > > ## 0.4.4 > > ### Features > > * Added support for parsing nanoseconds without the leading dot ([@​emschwartz](https://github.com/emschwartz) [#251](https://github-redirect.dependabot.com/chronotope/chrono/issues/251)) > > ## 0.4.3 > > ### Features > > * Added methods to DateTime/NaiveDateTime to present the stored value as a number > of nanoseconds since the UNIX epoch ([@​harkonenbade](https://github.com/harkonenbade) [#247](https://github-redirect.dependabot.com/chronotope/chrono/issues/247)) > * Added a serde serialise/deserialise module for nanosecond timestamps. ([@​harkonenbade](https://github.com/harkonenbade) [#247](https://github-redirect.dependabot.com/chronotope/chrono/issues/247)) > * Added "Permissive" timezone parsing which allows a numeric timezone to > be specified without minutes. ([@​quodlibetor](https://github.com/quodlibetor) [#242](https://github-redirect.dependabot.com/chronotope/chrono/issues/242)) > > ## 0.4.2 > > ### Deprecations > > * More strongly deprecate RustcSerialize: remove it from documentation unless > the feature is enabled, issue a deprecation warning if the rustc-serialize > feature is enabled ([@​quodlibetor](https://github.com/quodlibetor) [#174](https://github-redirect.dependabot.com/chronotope/chrono/issues/174)) > > ### Features > > * Move all uses of the system clock behind a `clock` feature, for use in > environments where we don't have access to the current time. ([@​jethrogb](https://github.com/jethrogb) [#236](https://github-redirect.dependabot.com/chronotope/chrono/issues/236)) > * Implement subtraction of two `Date`s, `Time`s, or `DateTime`s, returning a > `Duration` ([@​tobz1000](https://github.com/tobz1000) [#237](https://github-redirect.dependabot.com/chronotope/chrono/issues/237)) > > ## 0.4.1 > > ### Bug Fixes > > ... (truncated)
Commits - [`94b43fa`](https://github.com/chronotope/chrono/commit/94b43fa2e8bd43e7f42bb5b67afd1c3415b27683) Bump Chrono version to 0.4.6 - [`5a1c702`](https://github.com/chronotope/chrono/commit/5a1c702b60dec7dbfa878d362bd0d353a60152b0) Merge pull request [#275](https://github-redirect.dependabot.com/chronotope/chrono/issues/275) from quodlibetor/ci-for-readme - [`2e563bc`](https://github.com/chronotope/chrono/commit/2e563bc6522225bdbbee96c57bbd4ca16907ccf5) Make README.md match lib.rs mod documentation - [`a648423`](https://github.com/chronotope/chrono/commit/a648423e947e938b60be2ea9b28a4e5d4f63ef37) Merge pull request [#274](https://github-redirect.dependabot.com/chronotope/chrono/issues/274) from Eh2406/minimal-versions - [`701d365`](https://github.com/chronotope/chrono/commit/701d36536b40e92d61eee79df9aee659a60c63a4) bump rustc-serialize to a vertion that builds on modern rust - [`5fc6edd`](https://github.com/chronotope/chrono/commit/5fc6edd9288364afc48cca639842463eeb96b5eb) bump time to use winapi 0.3 - [`b49848d`](https://github.com/chronotope/chrono/commit/b49848d6808dc310e53bf0ea8672cda49364ea2a) Merge pull request [#269](https://github-redirect.dependabot.com/chronotope/chrono/issues/269) from afgomez/patch-1 - [`4b2a287`](https://github.com/chronotope/chrono/commit/4b2a287776d4cfffe912f66de0ce4c1eb52f4c6f) Update broken links to `time::Duration` - [`8fceba8`](https://github.com/chronotope/chrono/commit/8fceba82f4669db0cb9e5f129b8cd33f10766b71) Bump Chrono version to 0.4.5 - [`b975d7a`](https://github.com/chronotope/chrono/commit/b975d7a2ffc43a270e33ed3ea59fec8394073e06) Add another change to the changelog - Additional commits viewable in [compare view](https://github.com/chronotope/chrono/compare/v0.4.0...v0.4.6)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.

Dependabot has been acquired by GitHub  🎉

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.