palfrey / kitling

Moving Kittens As A Service
https://tevps.net/blog/2015/10/29/kitten-videos-an-engineering-approach/
GNU Affero General Public License v3.0
1 stars 1 forks source link

Bump log from 0.3.6 to 0.3.8 in /comparer #33

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps log from 0.3.6 to 0.3.8.

Changelog *Sourced from [log's changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md).* > # Change Log > > ## [Unreleased] > > ## [0.4.3] - 2018-06-29 > > ### Improved > > * More code generation improvements. > > ## [0.4.2] - 2018-06-05 > > ### Improved > > * Log invocations now generate less code. > > ### Fixed > > * Example Logger implementations now properly set the max log level. > > ## [0.4.1] - 2017-12-30 > > ### Fixed > > * Some doc links were fixed. > > ## [0.4.0] - 2017-12-24 > > The changes in this release include cleanup of some obscure functionality and a more robust public > API designed to support bridges to other logging systems, and provide more flexibility to new > features in the future. > > ### Compatibility > > Vast portions of the Rust ecosystem use the 0.3.x release series of log, and we don't want to force > the community to go through the pain of upgrading every crate to 0.4.x at the exact same time. Along > with 0.4.0, we've published a new 0.3.9 release which acts as a "shim" over 0.4.0. This will allow > crates using either version to coexist without losing messages from one side or the other. > > There is one caveat - a log message generated by a crate using 0.4.x but consumed by a logging > implementation using 0.3.x will not have a file name or module path. Applications affected by this > can upgrade their logging implementations to one using 0.4.x to avoid losing this information. The > other direction does not lose any information, fortunately! > > **TL;DR** Libraries should feel comfortable upgrading to 0.4.0 without treating that as a breaking > change. Applications may need to update their logging implementation (e.g. env-logger) to a newer > version using log 0.4.x to avoid losing module and file information. > > ### New > > ... (truncated)
Commits - [`98abd8f`](https://github.com/rust-lang-nursery/log/commit/98abd8feeaba4a8c7bdbf429bf2fb9eaab3faf68) Bump log to 0.3.8 and env_logger to 0.4.3 - [`cf501f6`](https://github.com/rust-lang-nursery/log/commit/cf501f637578394612ea88f103e3b117cbf9f71e) Merge pull request [#160](https://github-redirect.dependabot.com/rust-lang/log/issues/160) from opilar/bugfix/documentation-link - [`c7c232b`](https://github.com/rust-lang-nursery/log/commit/c7c232b921c93609aca2cd23039ecb1ad3749c0d) Merge pull request [#159](https://github-redirect.dependabot.com/rust-lang/log/issues/159) from opilar/feature/badges - [`044e328`](https://github.com/rust-lang-nursery/log/commit/044e328698698c6d95c6a62b6680e56ee17d8e28) Merge pull request [#158](https://github-redirect.dependabot.com/rust-lang/log/issues/158) from omh1280/crate_linkify - [`85124a3`](https://github.com/rust-lang-nursery/log/commit/85124a326c9b3654a13014e62dcd85b237b17cb8) Merge pull request [#157](https://github-redirect.dependabot.com/rust-lang/log/issues/157) from omh1280/loglevel_doc - [`49c7889`](https://github.com/rust-lang-nursery/log/commit/49c78892ef85d37cd14d9260390a9f8b8ede20a3) Merge pull request [#155](https://github-redirect.dependabot.com/rust-lang/log/issues/155) from omh1280/macro_docs - [`29ffe46`](https://github.com/rust-lang-nursery/log/commit/29ffe46d7b0f97840af9a9f4189ae9ac57720dff) Docs link to docs.rs - [`bdae692`](https://github.com/rust-lang-nursery/log/commit/bdae692f3eaf9b40f165268376d35dacded0d1b9) Cargo.toml badges - [`7251e30`](https://github.com/rust-lang-nursery/log/commit/7251e3000b5eb63caf9bc50c591d32eaea0ae2f7) Linkified the crate doc - [`328fa85`](https://github.com/rust-lang-nursery/log/commit/328fa85b2b3f7bdb825f28b1529328c5339f6cba) LogLevel and LogLevelFilter doc improvements. - Additional commits viewable in [compare view](https://github.com/rust-lang/log/compare/0.3.6...0.3.8)


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 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 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 6 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.