Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump log from 0.4.17 to 0.4.18 (vectordotdev#17526)
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. <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.18] - 2023-05-28</h2> <ul> <li>fix markdown links (again) by <a href="https://github.com/hellow554"><code>@hellow554</code></a> in <a href="https://github.com/rust-lang/log/pull/513">rust-lang/log#513</a></li> <li>add cargo doc to workflow by <a href="https://github.com/hellow554"><code>@hellow554</code></a> in <a href="https://github.com/rust-lang/log/pull/515">rust-lang/log#515</a></li> <li>Apply Clippy lints by <a href="https://github.com/hellow554"><code>@hellow554</code></a> in <a href="https://github.com/rust-lang/log/pull/516">rust-lang/log#516</a></li> <li>Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by <a href="https://github.com/glandium"><code>@glandium</code></a> in <a href="https://github.com/rust-lang/log/pull/519">rust-lang/log#519</a></li> <li>fix up windows targets by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://github.com/rust-lang/log/pull/528">rust-lang/log#528</a></li> <li>typo fix by <a href="https://github.com/jiangying000"><code>@jiangying000</code></a> in <a href="https://github.com/rust-lang/log/pull/529">rust-lang/log#529</a></li> <li>Remove dependency on cfg_if by <a href="https://github.com/EriKWDev"><code>@EriKWDev</code></a> in <a href="https://github.com/rust-lang/log/pull/536">rust-lang/log#536</a></li> <li>GitHub Workflows security hardening by <a href="https://github.com/sashashura"><code>@sashashura</code></a> in <a href="https://github.com/rust-lang/log/pull/538">rust-lang/log#538</a></li> <li>Fix build status badge by <a href="https://github.com/atouchet"><code>@atouchet</code></a> in <a href="https://github.com/rust-lang/log/pull/539">rust-lang/log#539</a></li> <li>Add call_logger to the documentation by <a href="https://github.com/a1ecbr0wn"><code>@a1ecbr0wn</code></a> in <a href="https://github.com/rust-lang/log/pull/547">rust-lang/log#547</a></li> <li>Remove build.rs file by <a href="https://github.com/GuillaumeGomez"><code>@GuillaumeGomez</code></a> in <a href="https://github.com/rust-lang/log/pull/543">rust-lang/log#543</a></li> <li>Use stable internals for key-value API by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://github.com/rust-lang/log/pull/550">rust-lang/log#550</a></li> <li>Change wording of list of implementations by <a href="https://github.com/Thomasdezeeuw"><code>@Thomasdezeeuw</code></a> in <a href="https://github.com/rust-lang/log/pull/553">rust-lang/log#553</a></li> <li>Add std-logger to list of implementations by <a href="https://github.com/Thomasdezeeuw"><code>@Thomasdezeeuw</code></a> in <a href="https://github.com/rust-lang/log/pull/554">rust-lang/log#554</a></li> <li>Add <code>set_max_level_racy</code> and gate <code>set_max_level</code> by <a href="https://github.com/djkoloski"><code>@djkoloski</code></a> in <a href="https://github.com/rust-lang/log/pull/544">rust-lang/log#544</a></li> <li>[doc] src/lib.rs : prefix an unused variable with an underscore by <a href="https://github.com/OccupyMars2025"><code>@OccupyMars2025</code></a> in <a href="https://github.com/rust-lang/log/pull/561">rust-lang/log#561</a></li> <li>[doc] src/macros.rs : correct grammar errors of an example in lib documentation by <a href="https://github.com/OccupyMars2025"><code>@OccupyMars2025</code></a> in <a href="https://github.com/rust-lang/log/pull/562">rust-lang/log#562</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/304eef7d30526575155efbdf1056f92c5920238c"><code>304eef7</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/566">#566</a> from rust-lang/cargo/0.4.18-patch</li> <li><a href="https://github.com/rust-lang/log/commit/d062c83c4cb8d62e8a8dbe05d7559b075e32ae06"><code>d062c83</code></a> prepare for 0.4.18 release</li> <li><a href="https://github.com/rust-lang/log/commit/fcbb3514216013adc1dcdc1c877fce75786ba9ad"><code>fcbb351</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/565">#565</a> from rust-lang/fix/nightly-build-msrv</li> <li><a href="https://github.com/rust-lang/log/commit/4e689bbb8f7dc7c465e6367b7022f347a0fe09e9"><code>4e689bb</code></a> Revert "Remove build.rs file"</li> <li><a href="https://github.com/rust-lang/log/commit/3ea1c66f40187add91f28db120bb18724b40f413"><code>3ea1c66</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/562">#562</a> from OccupyMars2025/patch-1</li> <li><a href="https://github.com/rust-lang/log/commit/7c4f808df833536927f582ca52b9eaefaf9108a4"><code>7c4f808</code></a> [doc] src/macros.rs : correct grammar errors of an example in lib documenta...</li> <li><a href="https://github.com/rust-lang/log/commit/f4c21c1b2dc958799eb6b3e8e713d1133862238a"><code>f4c21c1</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/561">#561</a> from OccupyMars2025/master</li> <li><a href="https://github.com/rust-lang/log/commit/1acf2f355bdf3e2b165b9c459dc256d2497dba27"><code>1acf2f3</code></a> src/lib.rs : prefix an unused variable with an underscore</li> <li><a href="https://github.com/rust-lang/log/commit/502bdb7c63ffcbad4fe6921b46d582074e49fd0a"><code>502bdb7</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/557">#557</a> from est31/msrv_in_toml</li> <li><a href="https://github.com/rust-lang/log/commit/79c330cb74c2b4b57bcc8838e0ea4bdd3adb7690"><code>79c330c</code></a> Put MSRV into Cargo.toml</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.17...0.4.18">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.17&new-version=0.4.18)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information