Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
165: Bump log from 0.4.13 to 0.4.14 r=stlankes a=dependabot[bot]

Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p>
<blockquote>
<h2>[0.4.14] - 2021-01-27</h2>
<ul>
<li>Remove the <code>__private_api_log_lit</code> special case.</li>
<li>Fixed incorrect combination of <code>kv_unstable</code> and <code>std</code> features causing compile failures.</li>
<li>Remove unstable <code>Value::to_*</code> conversions that were incorrectly using <code>as</code>.</li>
<li>Rename unstable <code>Value::to_error</code> to <code>Value::to_borrowed_error</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/log/commit/9d4206770dd93f07cb27c3e1f41dc21c45031302"><code>9d42067</code></a> Prepare for.0.4.14 release (<a href="https://github-redirect.dependabot.com/rust-lang/log/issues/447">#447</a>)</li>
<li><a href="https://github.com/rust-lang/log/commit/c8ab70b74308f46ed56cedfe1e1855be9727da71"><code>c8ab70b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/446">#446</a> from hyd-dev/format-args-capture</li>
<li><a href="https://github.com/rust-lang/log/commit/2d1a477f5a711d7aa1bbf0ca0c2a01b02a236763"><code>2d1a477</code></a> Remove the <code>__private_api_log_lit</code> special case</li>
<li><a href="https://github.com/rust-lang/log/commit/1cd39c01fd991e30a7c6eb4ae2b89d9d8af268db"><code>1cd39c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/442">#442</a> from KodrAus/0.4.13-patch</li>
<li><a href="https://github.com/rust-lang/log/commit/71895e0e1e3f9f8d315cc9146ea6ab34a12949f7"><code>71895e0</code></a> update changelog to reflect 0.4.13 patch</li>
<li><a href="https://github.com/rust-lang/log/commit/c9ab9d44e43d2054864068fefdd293515e36cb77"><code>c9ab9d4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/439">#439</a> from Thomasdezeeuw/remove_compare_exchange</li>
<li><a href="https://github.com/rust-lang/log/commit/16ecfbeeb44c200f39b379f281d54ae6c0801746"><code>16ecfbe</code></a> Remove usage of AtomicUsize::compare_exchange</li>
<li><a href="https://github.com/rust-lang/log/commit/c10d1e53f3a03c22acb67ff8f12dd3ea75bb18f1"><code>c10d1e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/435">#435</a> from KodrAus/cargo/0.4.13</li>
<li><a href="https://github.com/rust-lang/log/commit/eff148e459a034959c61d8c15f254451aae3eb51"><code>eff148e</code></a> prepare for 0.4.13 release</li>
<li><a href="https://github.com/rust-lang/log/commit/b169072cba29e7f3bb5d9f824556a16e4ceba51e"><code>b169072</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/434">#434</a> from rust-lang/fix/kv-features</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.13...0.4.14">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=log&package-manager=cargo&previous-version=0.4.13&new-version=0.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 28, 2021
2 parents 5b86321 + b753cbc commit ca2a4ad
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca2a4ad

Please sign in to comment.