Skip to content

Update Rust crate simple_logger to v1.16.0#5

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/simple_logger-1.x-lockfile
Open

Update Rust crate simple_logger to v1.16.0#5
renovate[bot] wants to merge 1 commit intomainfrom
renovate/simple_logger-1.x-lockfile

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Type Update Change
simple_logger dependencies minor 1.11.01.16.0

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 was generated by Mend Renovate. View the repository job log.

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