marcelbuesing / bme680

Pure Rust BME680 implementation
MIT License
28 stars 26 forks source link

Bump env_logger from 0.5.10 to 0.5.13 #7

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps env_logger from 0.5.10 to 0.5.13.

Release notes *Sourced from [env_logger's releases](https://github.com/sebasmagri/env_logger/releases).* > ## 0.5.13 > # Key Changes > > - Add a public function for getting the default level style > > # Contributions > > - [**felixrabe**](https://github.com/felixrabe) [Typo](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/98) > - [**upsuper**](https://github.com/upsuper) [Move default level style to a public function](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/99) > - [**Eh2406**](https://github.com/Eh2406) [update some debs for minimal-versions](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/101) > > # More Details > > ## `Formatter::default_level_style` > > The style used in the default format for printing level names can be fetched using the new `default_level_style` method on a `Formatter`. The below example will format just the record message using the style of its level: > > ```rust > builder.format(|buf, record| { > let level_style = buf.default_level_style(level); > write!(buf, "{} ", level_style.value(record.args())) > }); > ``` > > ## 0.5.12 > # Key Changes > > - Add support for high-precision timestamps > > # Contributions > > - [**ivan-ochc**](https://github.com/ivan-ochc) [add precise timestamp with nanos](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/94) > - [**KodrAus**](https://github.com/KodrAus) [add some docs on defaulting env vars](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/96) > > # More Details > > ## `Builder::default_format_timestamp_nanos` > > The `Builder::default_format_timestamp_nanos` method can be used to toggle the precision of timestamps in the default format. When set to `true`, timestamps will include a 6-digit nanosecond component like `2018-02-14T00:28:07.000000000Z`. > > ## `Formatter::precise_timestamp` > > Custom formats can get a precise timestamp instead of the default by calling the `precise_timestamp` method instead of the existing `timestamp` one. > > ## 0.5.11 > # Key Changes > > - Update `termcolor` to `1.0` > - Bump minimum `rustc` to `1.20.0` > > ... (truncated)
Commits - [`6b1b619`](https://github.com/sebasmagri/env_logger/commit/6b1b619986bf75b0f2bc88f4d0e281fada604c50) Merge pull request [#104](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/104) from KodrAus/cargo/0.5.13 - [`c085ae8`](https://github.com/sebasmagri/env_logger/commit/c085ae8e1e72daad5dd12073011844a9ea5d4957) prepare for 0.5.13 release - [`27deaf1`](https://github.com/sebasmagri/env_logger/commit/27deaf163358607c58d8464f66539707d2aaf490) Merge pull request [#101](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/101) from Eh2406/master - [`b139252`](https://github.com/sebasmagri/env_logger/commit/b13925217fa27c71d5fa93cbec56d81c958b2f29) update some debs for minimal-versions - [`66f7302`](https://github.com/sebasmagri/env_logger/commit/66f73025c9185569b7878bc56cca0e196cfe2ba3) Merge pull request [#99](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/99) from upsuper/default_level_style - [`5014228`](https://github.com/sebasmagri/env_logger/commit/50142280718ed1d90feb4e053dbb01a4c9d0396f) Move default level style to a public function - [`561c9fb`](https://github.com/sebasmagri/env_logger/commit/561c9fb679dd7b091d50268b111d0d4010c8c28e) Merge pull request [#98](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/98) from felixrabe/patch-1 - [`4d1fa72`](https://github.com/sebasmagri/env_logger/commit/4d1fa722b145a6885839d85789da9c8a0599b75a) Typo - [`5407365`](https://github.com/sebasmagri/env_logger/commit/5407365509b1184f52850deedc088e5aa93ead19) prepare for 0.5.12 release ([#97](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/97)) - [`1d4afe2`](https://github.com/sebasmagri/env_logger/commit/1d4afe213e439cc01d2d339c9bb820db309a7505) add some docs on defaulting env vars ([#96](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/96)) - Additional commits viewable in [compare view](https://github.com/sebasmagri/env_logger/compare/v0.5.10...v0.5.13)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Looks like env_logger is up-to-date now, so this is no longer needed.