Larusso / unity-version-manager

A commandline application to manage unity versions
Apache License 2.0
23 stars 6 forks source link

Bump flexi_logger from 0.17.1 to 0.22.1 #323

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flexi_logger from 0.17.1 to 0.22.1.

Changelog

Sourced from flexi_logger's changelog.

[0.22.1] - 2022-01-05

Add feature external_rotation.

Enable symlink on all unix platforms, not just linux.

Rework the optional syslog writer (kudos to ObsceneGiraffe):

  • bugfix: write only full lines
  • use owned buffer to avoid allocations
  • encapsulate implementation details
  • remove additional buffer from SyslogConnector::Tcp

Add method LoggerHandle::flw_config (kudos to Ivan Azoyan).

Reduce the used feature-list of the optional dependency chrono (to get rid of an indirect dependency to an old time version).

[0.22.0] - 2021-12-12

Improve the option to use UTC for all timestamps (in filenames and log lines) (https://docs.rs/flexi_logger/latest/flexi_logger/struct.Logger.html#method.use_utc) such that the error message regarding a failed offset detection is not provoked if UTC is enforced.

The API modification done in 0.21.0 to DeferredNow is reverted.

[0.21.0] - 2021-12-10

Add option to use UTC for all timestamps (in filenames and log lines).

[0.20.1] - 2021-11-18

Add the optional feature use_chrono_for_offset as a workaround for the current behavior of time on unix.

Add an option to configure the error output channel.

[0.20.0] - 2021-11-13

Switch to time 0.3.5, and retrieve the UTC offset while flexi_logger is initialized. See also time's CHANGELOG.

Reason for the version bump:

The inner representation of DeferredNow has changed from chrono::DateTime<Local> to time::OffsetDateTime, and this is visible e.g. to implementors of format functions.

[0.19.6] - 2021-10-26

Use time directly, instead of chrono,

... (truncated)

Commits


Dependabot compatibility score

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

Superseded by #324.