mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
chore(deps): Bump log from 0.4.17 to 0.4.18 (#685)
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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/rust-lang/log/pull/562">rust-lang/log#562</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="304eef7d30
"><code>304eef7</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/566">#566</a> from rust-lang/cargo/0.4.18-patch</li> <li><a href="d062c83c4c
"><code>d062c83</code></a> prepare for 0.4.18 release</li> <li><a href="fcbb351421
"><code>fcbb351</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/565">#565</a> from rust-lang/fix/nightly-build-msrv</li> <li><a href="4e689bbb8f
"><code>4e689bb</code></a> Revert "Remove build.rs file"</li> <li><a href="3ea1c66f40
"><code>3ea1c66</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/562">#562</a> from OccupyMars2025/patch-1</li> <li><a href="7c4f808df8
"><code>7c4f808</code></a> [doc] src/macros.rs : correct grammar errors of an example in lib documenta...</li> <li><a href="f4c21c1b2d
"><code>f4c21c1</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/561">#561</a> from OccupyMars2025/master</li> <li><a href="1acf2f355b
"><code>1acf2f3</code></a> src/lib.rs : prefix an unused variable with an underscore</li> <li><a href="502bdb7c63
"><code>502bdb7</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/557">#557</a> from est31/msrv_in_toml</li> <li><a href="79c330cb74
"><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>
This commit is contained in:
parent
0169b20ff2
commit
48e7065d95
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -1396,12 +1396,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
]
|
||||
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
||||
|
||||
[[package]]
|
||||
name = "martin"
|
||||
|
Loading…
Reference in New Issue
Block a user