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 moka from 0.12.7 to 0.12.8 (#1408)
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.8</h2> <h3>Fixed</h3> <ul> <li>Avoid to use recent versions (<code>v0.1.12</code> or newer) of <code>triomphe</code> crate to keep our MSRV (Minimum Supported Rust Version) at Rust 1.65 (<a href="https://redirect.github.com/moka-rs/moka/issues/426">#426</a>[gh-pull-0426], by [<a href="https://github.com/eaufavor"><code>@eaufavor</code></a>][gh-eaufavor]). <ul> <li><code>[email protected]</code> requires Rust 1.76 or newer, so it will not compile with our MSRV.</li> </ul> </li> <li>docs: Fix per-entry expiration policy documentation (<a href="https://redirect.github.com/moka-rs/moka/issues/421">#421</a>[gh-pull-0421], by [<a href="https://github.com/arcstur"><code>@arcstur</code></a>][gh-arcstur]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/ebf26103d66a5cb56310d24257f4d22e86fe5e98"><code>ebf2610</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/438">#438</a> from moka-rs/prepare-0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/00c987dda2d86af6c98094a8ea4449e1f3fa3acd"><code>00c987d</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/f61dfc5516b566b672f4983344a39b5a43db5a17"><code>f61dfc5</code></a> Bump the version to 0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/5a0cc075508df45e4df7764842efc093442e5e62"><code>5a0cc07</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/437">#437</a> from moka-rs/run-cirrusci-only-by-cron</li> <li><a href="https://github.com/moka-rs/moka/commit/36aa7d41ba90294e2e593d0db44f6fb7f7db2494"><code>36aa7d4</code></a> CI: Run Cirrus CI only by cron</li> <li><a href="https://github.com/moka-rs/moka/commit/4b83184c806b5a7658e4b9ba1fb150bf3b7165ca"><code>4b83184</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/436">#436</a> from moka-rs/remove-js-feature</li> <li><a href="https://github.com/moka-rs/moka/commit/bf10178e9e997bd9aec1ba24a19638cb801e4cb6"><code>bf10178</code></a> Remove an experimental <code>js</code> feature</li> <li><a href="https://github.com/moka-rs/moka/commit/8f19775e77185b76027ca372e2d57ba928d5d244"><code>8f19775</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/435">#435</a> from moka-rs/ci-remove-cargo-tarpaulin</li> <li><a href="https://github.com/moka-rs/moka/commit/5f19d5f7cd8d7bf95cba9bb4819c9c610efb9bea"><code>5f19d5f</code></a> Remove the CI for <code>cargo tarpaulin</code> + Coveralls</li> <li><a href="https://github.com/moka-rs/moka/commit/0476097c4ddfbe326d9f83955f145996d088fb8e"><code>0476097</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/434">#434</a> from moka-rs/fix-ci-2024-07-06/v0.12</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.7...v0.12.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.7&new-version=0.12.8)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information