gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Update log requirement to 0.4 #14

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on log to permit the latest version.

Release notes *Sourced from [log's releases](https://github.com/rust-lang/log/releases).* > ## env_logger-0.4.3 > - Make log target configurable ([#105](https://github-redirect.dependabot.com/rust-lang/log/issues/105), thanks [**dbrgn**](https://github.com/dbrgn))
Changelog *Sourced from [log's changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md).* > ## [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 > > * The crate is now `no_std` by default. > * `Level` and `LevelFilter` now implement `Serialize` and `Deserialize` when the `serde` feature is > enabled. > * The `Record` and `Metadata` types can now be constructed by third-party code via a builder API. > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rust-lang/log/commits/env_logger-0.4.3)


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 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 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 is rebasing this PR ⚠️

Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).