Skip to content

build(deps): update fern requirement from 0.6.2 to 0.7.1#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/fern-0.7.1
Open

build(deps): update fern requirement from 0.6.2 to 0.7.1#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/fern-0.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on fern to permit the latest version.

Changelog

Sourced from fern's changelog.

0.7.1 (2024-12-15)

0.7.0 (2024-10-20)

  • Upgrade colored to version 2. This is a breaking change due to colored being exposed in the public API of fern. (thanks [@​faern] for doing the boilerplate here!)
  • Remove most of the unsoundness warning, and update it to reflect fern 0.7.0 fixing the issue.

0.6.2 (2023-03-23)

  • Add security warning for "colored" feature when using a global allocator to doc homepage and README.md. See fern-0.6.2 README.md
  • Change examples to use env_logger-style formatting
  • Improve main documentation example explanation
  • Misc. style improvements (clippy lint fixes which have no functional change)

0.6.1 (2022-04-15)

  • Document reopen feature requiring a feature flag (thanks [@​Palladinium]!)
  • Fix typo in colors documentation (thanks [@​sourcefrog]!)
  • Add support for reopen v1 under reopen-1 feature (thanks [@​vorner]!)
  • Add syslog v6 support under syslog-6 feature (thanks folk at [@​EasyPost]!)
  • Fix README badges

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)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [fern](https://github.com/daboross/fern) to permit the latest version.
- [Release notes](https://github.com/daboross/fern/releases)
- [Changelog](https://github.com/daboross/fern/blob/main/CHANGELOG.md)
- [Commits](daboross/fern@fern-0.6.2...fern-0.7.1)

---
updated-dependencies:
- dependency-name: fern
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants