Bump log from 0.4.8 to 0.4.13
Bumps log from 0.4.8 to 0.4.13.
Changelog
Sourced from log's changelog.
[0.4.13] - 2021-01-11
- This is the same as
0.4.11, except with akv_unstable_stdfeature added to aid migrating current dependents to0.4.14(which was originally going to be0.4.13until it was decided to create a patch from0.4.11to minimize disruption).[0.4.12] - 2020-12-24
New
- Support platforms without atomics by racing instead of failing to compile
- Implement
LogforBox<T: Log>- Update
cfg-ifto1.0- Internal reworks of the structured logging API. Removed the
FillAPI and addedsource::as_mapandsource::as_listto easily serialize aSourceas either a map of{key: value, ..}or as a list of[(key, value), ..].Fixed
- Fixed deserialization of
LevelFilterto use theiru64index variants[0.4.11] - 2020-07-09
New
- Support coercing structured values into concrete types.
- Reference the
win_dbg_loggerin the readme.Fixed
- Updates a few deprecated items used internally.
- Fixed issues in docs and expands sections.
- Show the correct build badge in the readme.
- Fix up a possible inference breakage with structured value errors.
- Respect formatting flags in structured value formatting.
[0.4.10] - 2019-12-16 (yanked)
Fixed
- Fixed the
log!macros so they work in expression context (this regressed in0.4.9, which has been yanked).[0.4.9] - 2019-12-12 (yanked)
Minimum Supported Rust Version
This release bumps the minimum compiler version to
1.31.0. This was mainly needed forcfg-if, but between1.16.0and1.31.0there are a lot of language and library improvements we now take advantage of.New
Commits
f0a7857Merge pull request #441 from KodrAus/0.4.11-patch078a8bcprepare for 0.4.13 release patchaa4c037Merge pull request #404 from KodrAus/cargo/0.4.1121715bajust don't do self updates in ciee4bc80prepare for 0.4.11 release813b6ceMerge pull request #401 from brettcannon/patch-15821b8aFix a grammatical mistake9ae6778Merge pull request #400 from KodrAus/fix/value-fmtc89a4a1bump sval to 0.5.2 for fmt fixes43d69c1remove unneeded io::Error From impl- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- Update frequency (including time of day and day of week)
- 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)
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #191, which may be blocking Dependabot from updating your dependency files.