Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate simple_logger to 1.16 - autoclosed #223

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
simple_logger dev-dependencies minor 1.11 -> 1.16

Release Notes

borntyping/rust-simple_logger (simple_logger)

v1.16.0: 1.16.0

Compare Source

https://crates.io/crates/simple_logger/1.16.0

Support UTC timestamps, allowing users to sidestep problems safely getting the local timezone.

  • Deprecated SimpleLogger.with_timestamps(bool)
  • Added SimpleLogger.without_timestamps()
  • Added SimpleLogger.with_local_timestamps()
  • Added SimpleLogger.with_utc_timestamps()
  • SimpleLogger.timestamps now holds an enum instead of a bool.
  • Added timestamps_utc and timestamps_local examples.

v1.15.1: 1.15.1

Compare Source

https://crates.io/crates/simple_logger/1.15.1

v1.15.0

Compare Source

https://crates.io/crates/simple_logger/1.15.0

  • Added a threads feature showing thread names (and IDs on nightly) based on contributions by @​cehteh (thanks!).
  • Switched from chrono to time based on contributions by @​noahcoetsee (thanks!).

v1.13.0

Compare Source

https://crates.io/crates/simple_logger/1.13.0

  • Use a 'stderr' feature to target log output to stderr (#​37, thanks @​cehteh)

v1.12.1

Compare Source

https://crates.io/crates/simple_logger/1.12.1

  • Fixed some bugs around features.
  • Run tests against all combinations of features (all, none, just colors, just timestamps).

v1.12.0

Compare Source

https://github.com/borntyping/rust-simple_logger/releases/tag/v1.12.0

  • Added a .env() builder method
  • Added the colors and timestamps features, which can be used to disable specific features rather than all features.
  • Added the colors and timestamps fields, which can be used to disable functionality when the matching features are enabled.
  • Removed deprecation warnings from init() and init_with_level(). init_by_env() was replaced by init_with_env().

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/simple_logger-1.x branch 7 times, most recently from ae6be1a to 7021b60 Compare October 7, 2023 09:34
@renovate renovate bot force-pushed the renovate/simple_logger-1.x branch from 7021b60 to 032e390 Compare October 7, 2023 10:13
@renovate renovate bot changed the title chore(deps): update rust crate simple_logger to 1.16 chore(deps): update rust crate simple_logger to 1.16 - autoclosed Oct 17, 2023
@renovate renovate bot closed this Oct 17, 2023
@renovate renovate bot deleted the renovate/simple_logger-1.x branch October 17, 2023 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants