Skip to content

Commit

Permalink
Merge #504
Browse files Browse the repository at this point in the history
504: Update simplelog requirement from 0.8.0 to 0.9.0 in /probe-rs-cli-util r=Yatekii a=dependabot[bot]

Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md">simplelog's changelog</a>.</em></p>
<blockquote>
<h2>v0.9.0</h2>
<pre><code>- Add customizable level label colors (PR [#69](Drakulix/simplelog.rs#69). credits to @JarrettBillingsley)
- Remove unneeded TermLogError
- Future-proof config by adding `#[non_exhaustive]`
- Fix compiling with minimal-versions
</code></pre>
<h2>v0.8.0</h2>
<pre><code>- Switch from `term` to `termcolor` (PR [#59](Drakulix/simplelog.rs#59). credits to @raybritton)
- Fix typo in docs (PR [#58](Drakulix/simplelog.rs#58), credits to @anthonyjmartinez)
- Switch default padding to `Off`. Padding is annoyingly controversal, just set it to whatever you prefer, if you want it.
</code></pre>
<h2>v0.7.6</h2>
<pre><code>- Derive `Clone`,`Copy`,`PartialEq`,`Eq`,`Debug` and `Hash` for `TerminalMode`. (PR [#56](Drakulix/simplelog.rs#56), credits to @panhania)
</code></pre>
<h2>v0.7.5</h2>
<pre><code>- Use `target()` instead of `module_path()` for filtering as suggested by `log`s docs. (PR [#52](Drakulix/simplelog.rs#52), credits to @tsidea)
- Allow logging thread names and pad thread ids (defaults match the old behaviour). (PR [#53](Drakulix/simplelog.rs#53), credits to @mulark)
</code></pre>
<h2>v0.7.4</h2>
<pre><code>- Fixed time formats with 
</code></pre>
<h2>v0.7.3</h2>
<pre><code>- Fixed `test` feature
</code></pre>
<h2>v0.7.2</h2>
<pre><code>- Allow Level Padding to be configured
</code></pre>
<h2>v0.7.1</h2>
<pre><code>- Fix `LevelFilter:Off` not turning off parts of the log messages
</code></pre>
<h2>v0.7.0</h2>
<pre><code>- Add local time zone option
- Change config to builder pattern avoiding future major version bumps
- Add further documentation about dealing with `TermLogger` failing
- `term` 0.6.* is now also supported
</code></pre>
<h2>v0.6.0</h2>
<pre><code>- Add time offset parameter (defaults to UTC)
- Add thread_id output (credits to @kurtlawrence)
- Pad log level
- Add TestLogger (credits to @AlexW-GH)
- Add stream configuration to TermLogger
- Implement allow- and ignore-filtering (credits to @ryankurte)
</code></pre>
<h2>v0.5.3</h2>
<pre><code>- Fix minimal chrono version / update to chrono v0.4.1 (PR [#27](Drakulix/simplelog.rs#27), credits to @samueltardieu)
</code></pre>
<h2>v0.5.2</h2>
<pre><code>- Don't interleave stdout and stderr (PR [#23](Drakulix/simplelog.rs#23), credits to @hansjorg)
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/8338b80979bcae391a8c5bc61f13e174bc118cb2"><code>8338b80</code></a> v0.9.0</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/1a1a2884cf8e85cdba6a826f304a088080444a89"><code>1a1a288</code></a> Add test for minimal-versions to travis</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/2f10cd1c358db563c07986c530b8a228ae0813d1"><code>2f10cd1</code></a> Fix -Z minimal-versions</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/1c172f6a09676e7d24eca083bf03a99ac05b93c4"><code>1c172f6</code></a> Future-proof config by requiring ..Default::default()</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/d9b78aed7ba557461053aa2cba9096562bc173d8"><code>d9b78ae</code></a> Remove unneeded TermLogError</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/bfb70b80233f9704482e3bf24fa49b4b796e1af5"><code>bfb70b8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/drakulix/simplelog.rs/issues/69">#69</a> from JarrettBillingsley/master</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/2e6e990983857cde7d07fa5faea7405afb30ddd7"><code>2e6e990</code></a> added <code>ConfigBuilder::set_level_color</code> to customize the colors of level label...</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/195361ccb8442a2f0a8ea2e40fdce6223d0cf0fa"><code>195361c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/drakulix/simplelog.rs/issues/60">#60</a> from rubenvandeven/master</li>
<li><a href="https://github.com/Drakulix/simplelog.rs/commit/0ab41767e2b060013b7dc3fe4dd6661ab3b5b5e5"><code>0ab4176</code></a> Remove unwrap() on TermLogger::new() in README.</li>
<li>See full diff in <a href="https://github.com/drakulix/simplelog.rs/compare/v0.8.0...v0.9.0">compare view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] committed Jan 4, 2021
2 parents 29bee98 + 0839406 commit d824ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe-rs-cli-util/Cargo.toml
Expand Up @@ -29,5 +29,5 @@ serde = { version = "1.0.115", features = [ "derive" ] }
cargo_metadata = "0.12.0"
dunce = "1.0.1"
sentry = { version = "0.21.0", features = ["anyhow"], optional = true }
simplelog = "0.8.0"
simplelog = "0.9.0"
terminal_size = "0.1.13"

0 comments on commit d824ce8

Please sign in to comment.