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

build(deps): update simplelog requirement from 0.10.0 to 0.11.0 in /probe-rs-cli-util #887

Merged
merged 1 commit into from Nov 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Updates the requirements on simplelog to permit the latest version.

Changelog

Sourced from simplelog's changelog.

v0.11.0

- Add colored log levels using `ansi_term` (PR [#88](https://github.com/drakulix/simplelog.rs/issues/88), credits to @manio)
- Add target padding (PR [#85](https://github.com/drakulix/simplelog.rs/issues/85), credits to @bytebeamio)
- Add optional color and style support using `paris` crate (PR [#84](https://github.com/drakulix/simplelog.rs/issues/84), credits to @manio)

v0.10.2

- Fix flushing with `BufferedStandardStreams` (PR [#82](https://github.com/drakulix/simplelog.rs/issues/82), credits to @mrkline)

v0.10.1

- Fix TermLogger performance using `termcolor::BufferedStandardStream` (PR [#80](https://github.com/drakulix/simplelog.rs/issues/80), credits to @mrkline)
- Add write thread name support for `termlog` (PR [#76](https://github.com/drakulix/simplelog.rs/issues/76), credits to @zeroflaw)

v0.10.0

- Fix wrong argument naming (PR [#70](https://github.com/drakulix/simplelog.rs/issues/70), credits to @scvalex)
- *Breaking*: More color customization options (PR [#72](https://github.com/drakulix/simplelog.rs/issues/72), credits to @mrkline)
- Clarify docs on config levels

v0.9.0

- Add customizable level label colors (PR [#69](https://github.com/drakulix/simplelog.rs/issues/69). credits to @JarrettBillingsley)
- Remove unneeded TermLogError
- Future-proof config by adding `#[non_exhaustive]`
- Fix compiling with minimal-versions

v0.8.0

- Switch from `term` to `termcolor` (PR [#59](https://github.com/drakulix/simplelog.rs/issues/59). credits to @raybritton)
- Fix typo in docs (PR [#58](https://github.com/drakulix/simplelog.rs/issues/58), credits to @anthonyjmartinez)
- Switch default padding to `Off`. Padding is annoyingly controversal, just set it to whatever you prefer, if you want it.

v0.7.6

- Derive `Clone`,`Copy`,`PartialEq`,`Eq`,`Debug` and `Hash` for `TerminalMode`. (PR [#56](https://github.com/drakulix/simplelog.rs/issues/56), credits to @panhania)

v0.7.5

- Use `target()` instead of `module_path()` for filtering as suggested by `log`s docs. (PR [#52](https://github.com/drakulix/simplelog.rs/issues/52), credits to @tsidea)
- Allow logging thread names and pad thread ids (defaults match the old behaviour). (PR [#53](https://github.com/drakulix/simplelog.rs/issues/53), credits to @mulark)

v0.7.4

- Fixed time formats with 

v0.7.3

- Fixed `test` feature

v0.7.2

- Allow Level Padding to be configured

v0.7.1

- Fix `LevelFilter:Off` not turning off parts of the log messages

v0.7.0

- Add local time zone option
- Change config to builder pattern avoiding future major version bumps

... (truncated)

Commits
  • ddd6e69 Merge pull request #86 from manio/master
  • e058575 Update CHANGELOG.md
  • a90ab8a Bump version to v0.11.0 and adjust README
  • cc590d2 Merge pull request #88 from manio/level-colorize
  • cda7757 config: make set_write_log_enable_colors() an ansi_term feature dependant
  • 3e0b336 paris_macros: fix this URL is not a hyperlink warnings
  • feb3458 Add a write_log_enable_colors configuration switch
  • 1f76fd5 introduce colored log levels using ansi_term
  • f41c179 Merge pull request #85 from bytebeamio/modulepad
  • 09da042 Remove modulepad example
  • Additional commits viewable in compare view

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)

Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the latest version.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](Drakulix/simplelog.rs@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 15, 2021
Copy link
Member

@Yatekii Yatekii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 15, 2021

@bors bors bot merged commit 549010e into master Nov 15, 2021
@bors bors bot deleted the dependabot/cargo/probe-rs-cli-util/simplelog-0.11.0 branch November 15, 2021 01:00
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant