bb30 / adbackup

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

Update fern requirement from 0.4.4 to 0.5.7 #33

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.7 (2018-11-11) > ================== > > - Fix colored log level display to honor formatting flags such as "{:>5}" > (thanks [[**ExpHP**](https://github.com/ExpHP)]!) > > 0.5.6 (2018-06-19) > ================== > > - Add another fuller example for colored logging (thanks [[**digitalatigid**](https://github.com/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**](https://github.com/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**](https://github.com/jakunar)]!) > - This is disabled by default, see 'meta' module for more info. > > 0.5.2 (2018-01-02) > ================== > > - Re-add compatibility for rust versions 1.16.0+, and add CI testing > with rustc 1.16.0 to ensure this is kept in the future. > - Add some more general documentation updates and clarity increases. > - Add a CHANGELOG.md which mirrors git tag releases. > - Update documentation links to point to docs.rs rather than custom > hosted documentation. > - Fix ColoredLevelConfig::default being an inherent method rather than > an implementation of the Default trait. > - Add direct support for the syslog crate under the "syslog-3" > feature flag. > ... (truncated)
Commits - See full diff in [compare view](https://github.com/daboross/fern/commits/fern-0.5.7)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@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 #38.