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.6.0 #45

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.

0.6.0 (2020-03-09)

  • Move date-based file logger under its own feature (thanks [@dekellum]!)

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]!)
... (truncated)
Commits
  • 1185ad1 Release version 0.6.0
  • 5361bf4 Disable certain color tests on Windows.
  • 3a08191 Add maintenance badges.
  • 709c504 Have tests run with windows terminal accepting unix colors.
  • 6666bd2 Merge pull request #49 from dekellum/date-based-feature-gate
  • 9a05680 Merge pull request #48 from sambercx/patch-1
  • 3fc53c6 Add date-based feature to gate DateBased and chrono dep
  • 0b447cd Fix typo in README.md
  • 1d9a5f1 Remove temporary file.
  • 96c1017 Release version 0.5.9
  • Additional commits viewable in compare view


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)