bb30 / adbackup

backup tool for android written in rust
MIT License
4 stars 2 forks source link

Update fern requirement from 0.4.4 to 0.5.8 #38

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on fern to permit the latest version.

Changelog *Sourced from [fern's changelog](https://github.com/daboross/fern/blob/master/CHANGELOG.md).* > 0.5.8 (2019-03-25) > ================== > > - Change `syslog` feature to no longer re-export anything on Windows. > Previously, using `syslog` on windows would simply fail to compile. > (thanks [@​17dec]!) > - Fix `log_enabled!` macro only checking dispatch at surface and not > at sub-levels. Actually logging still only does a shallow check, but > now `log_enabled!()` should be actually accurate. > > 0.5.7 (2018-11-11) > ================== > > - Fix colored log level display to honor formatting flags such as "{:>5}" > (thanks [@​ExpHP]!) > > 0.5.6 (2018-06-19) > ================== > > - Add another fuller example for colored logging (thanks [@​digitalatigid]!) > - Add support for syslog version 4.0.0 under feature flag `syslog-4`. > - Does not remove syslog-3 support > - Includes support for RFC5424 formatting, but requires manually > transforming the log record into the key/value pairs syslog > expects. > - Add shorthand for calling an arbitrary function as a logging backend > > 0.5.5 (2018-03-25) > ================== > > - Add a log handler for logging into an arbitrary `Write` object. (thanks [@​vorner]!) > > 0.5.4 (2018-02-17) > ================== > > - Add a log handler which panics on all messages. This can be used in > test configurations to turn warning or error messages into hard > errors. > - meta: add test coverage reporting via tarpaulin and coveralls > > 0.5.3 (2018-02-04) > ================== > > - Add support for `Display::fmt` implementations which call the global > logger via a 'meta-logging-in-format' flag. (thanks [@​jakunar]!) > - This is disabled by default, see 'meta' module for more info. > > 0.5.2 (2018-01-02) > ================== > > ... (truncated)
Commits - [`65e7ca9`](https://github.com/daboross/fern/commit/65e7ca901a309bc167249fe7541fdba0baa23836) Release version 0.5.8 - [`092f5cb`](https://github.com/daboross/fern/commit/092f5cbec8826d29072f6a2de8aed402a87aaa66) Create a test case for [#38](https://github-redirect.dependabot.com/daboross/fern/issues/38). - [`3827111`](https://github.com/daboross/fern/commit/3827111d3a94b20e94fe6cfa9181989c83d25671) Actually checking code compiles first would be nice. - [`7e685b7`](https://github.com/daboross/fern/commit/7e685b7a53d4c3828937acd51d75ea0a5245a671) Fix Dispatch enabled() to check child logs - [`fada234`](https://github.com/daboross/fern/commit/fada2340785ffe2fa265939a81b30360809d9142) Ensure syslog does work on windows - [`380e50e`](https://github.com/daboross/fern/commit/380e50e74e2e14cf489a1ab4bcdef167e8f4802c) Don't attempt to use syslog on Windows - [`99e9bd6`](https://github.com/daboross/fern/commit/99e9bd6609fe03ef2426e4d764140182c6ce7447) Release version 0.5.7 - [`2cfea1e`](https://github.com/daboross/fern/commit/2cfea1edd5fc32c16d4419dadcd1394f1f3ce0f5) Add changelog entry for [#32](https://github-redirect.dependabot.com/daboross/fern/issues/32). - [`7310f5b`](https://github.com/daboross/fern/commit/7310f5b7ea98c32cb270e99e5f4a65d345d1a015) better test for colored formatting flags - [`3e7d247`](https://github.com/daboross/fern/commit/3e7d247e70989eb223b8119bd2cffb931b29ba11) honor formatting flags in colored log levels - Additional commits viewable in [compare view](https://github.com/daboross/fern/compare/fern-0.4.4...fern-0.5.8)


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-preview[bot] commented 5 years ago

Superseded by #43.