Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump log from 0.4.19 to 0.4.20 (#140)
Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20. <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.20] - 2023-07-11</h2> <ul> <li>Remove rustversion dev-dependency by <a href="https://github.com/Thomasdezeeuw"><code>@Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/568">rust-lang/log#568</a></li> <li>Remove <code>local_inner_macros</code> usage by <a href="https://github.com/EFanZh"><code>@EFanZh</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/570">rust-lang/log#570</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/4708f1484c7e6b8d4418b571c05e613b18e57673"><code>4708f14</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/574">#574</a> from chrysn-pull-requests/doc-log-to-defmt</li> <li><a href="https://github.com/rust-lang/log/commit/6de3cccc3670231edae0b2c86202a002aae65b2d"><code>6de3ccc</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/571">#571</a> from rust-lang/cargo/0.4.20</li> <li><a href="https://github.com/rust-lang/log/commit/838920cf182cf7d24ff411834c85a46d92ed0463"><code>838920c</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/575">#575</a> from EFanZh/group-target-module-path-and-file</li> <li><a href="https://github.com/rust-lang/log/commit/3985711f74bb75a6504c41f6f4b66ad5fd29ef41"><code>3985711</code></a> Group <code>target</code>, <code>module_path</code> and <code>file</code> arguments</li> <li><a href="https://github.com/rust-lang/log/commit/3f534d00e485ba7f029b9ef348385154e4e51dfd"><code>3f534d0</code></a> Move private APIs into a single module</li> <li><a href="https://github.com/rust-lang/log/commit/f5ab686e9b1ce6962dd4e02d6cc71a1d7ec48ea6"><code>f5ab686</code></a> doc: Add log-to-defmt to other-facilities section</li> <li><a href="https://github.com/rust-lang/log/commit/6d173bf94114f62217349b76bc18ed4340f12586"><code>6d173bf</code></a> prepare for 0.4.20 release</li> <li><a href="https://github.com/rust-lang/log/commit/cab10885defdf445dc730e5a22f67fcec69ca728"><code>cab1088</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/570">#570</a> from EFanZh/remove-local-inner-macros</li> <li><a href="https://github.com/rust-lang/log/commit/9d052b17d3ddf9b5894740c6d82899c531c789ee"><code>9d052b1</code></a> Remove <code>local_inner_macros</code> usage</li> <li><a href="https://github.com/rust-lang/log/commit/e9123d6d9a62a99771bd33e43a29f67f7811eee0"><code>e9123d6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/568">#568</a> from Thomasdezeeuw/remove-rustversion-dep</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.19...0.4.20">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.19&new-version=0.4.20)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information