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.9 #43

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 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.9 (2019-10-23) > ================== > > - Add a rotating date-based file logger (thanks [@​tanujitghosh]!) > - Add a file logger which supports reopening files on SIGHUP via the > [reopen] crate (thanks [@​itkovian]!) > - Ensure Windows console colors are enabled whenever a ColoredLevelConfig > is created on Windows (thanks [@​Songtronix]!) > - Change minimum rust version from 1.16 to 1.32, as it had already > been effectively changed by a patch update in one of our > dependencies (cfg-if) > - Update crate to Rust 2018 edition (thanks [@​tymcauley]!) > > 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 > ... (truncated)
Commits - [`96c1017`](https://github.com/daboross/fern/commit/96c10175dc9aac1d291bd85f3c1525f6b6113189) Release version 0.5.9 - [`3f1e883`](https://github.com/daboross/fern/commit/3f1e883416fb31efecc9145078f607de40e5b313) Update examples to be slightly better. - [`6e02a26`](https://github.com/daboross/fern/commit/6e02a26f7d19a0cfb7f4fb36fba53d45c6ae5bad) Revert version change - this is still 0.5.8! - [`9404fa7`](https://github.com/daboross/fern/commit/9404fa769abb0cbb5a1b7221aabc7d33ac3e4732) Small style updates! - [`6cafd48`](https://github.com/daboross/fern/commit/6cafd48557e986d26dd957be169f19d33024888c) Run DateBased tests - [`49d2837`](https://github.com/daboross/fern/commit/49d2837476aa920c4900c7b501d7f41372f28e6a) Fix tests & warnings - [`3316e50`](https://github.com/daboross/fern/commit/3316e5039d7972964373c30360f365a34cd097c2) Rename DateBasedLogFile to DateBased - [`47eb1ee`](https://github.com/daboross/fern/commit/47eb1ee151c55f60d7709e8c37b22bd19a0d382f) Check DateBased for rotation before logging, rather than after. - [`a47d3c7`](https://github.com/daboross/fern/commit/a47d3c71b4a71115fe09df3d3261388cb09df520) Rework DateBasedLogFile a bit in my own style. - [`e2bfbdb`](https://github.com/daboross/fern/commit/e2bfbdbcce4cbac25de014441e08498e40c19e48) Remove redundant RefCells from DateBasedLogFile - Additional commits viewable in [compare view](https://github.com/daboross/fern/compare/fern-0.4.4...fern-0.5.9)


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #45.