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.0 #321

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flexi_logger from 0.17.1 to 0.22.0.

Changelog

Sourced from flexi_logger's changelog.

[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, due to RUSTSEC-2020-0159. Bumps the minimal supported rust version to 1.51.0. Improves performance a bit.

Unfortunately, this version suffers on linux from time's somewhat radical behavior to not support UTC offsets on linux.

[0.19.5] - 2021-10-19

Remove time 0.1 from dependency tree (see PR 96) - kudos to complexspaces!

Add feature dont_minimize_extra_stacks (fixes issue-95) - kudos to leishiao!

[0.19.4] - 2021-09-15

Fix issue-94 -

... (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 #323.