Skip to content

Commit

Permalink
chore(deps): Bump moka from 0.12.6 to 0.12.7 (#1311)
Browse files Browse the repository at this point in the history
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.6 to 0.12.7.
<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.7</h2>
<h3>Changed</h3>
<ul>
<li>Ensure a single call to <code>run_pending_tasks</code> to evict as
many entries as possible
from the cache (<a
href="https://redirect.github.com/moka-rs/moka/issues/417">#417</a>[gh-pull-0417]).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moka-rs/moka/commit/c56d646f48dc4ba478ac623e496a2a75dc628123"><code>c56d646</code></a>
Merge pull request <a
href="https://redirect.github.com/moka-rs/moka/issues/417">#417</a> from
moka-rs/evict-more-entries-at-once</li>
<li><a
href="https://github.com/moka-rs/moka/commit/ccb285b22b7bb7a3c1b464d669555e5aff4c0af8"><code>ccb285b</code></a>
Tweak some source code comments</li>
<li><a
href="https://github.com/moka-rs/moka/commit/dfbbe3f96f3f43a68ad09f74bf63ce679d3d03dc"><code>dfbbe3f</code></a>
Make a single call to <code>run_pending_tasks</code> to evict as many
entries as</li>
<li><a
href="https://github.com/moka-rs/moka/commit/c6a4d4b5c226518687b4245481046691c4e74894"><code>c6a4d4b</code></a>
Make a single call to <code>run_pending_tasks</code> to evict as many
entries as</li>
<li><a
href="https://github.com/moka-rs/moka/commit/91c8497d0d92c8dec723b799eaec7f3db52f9829"><code>91c8497</code></a>
Update the change log</li>
<li><a
href="https://github.com/moka-rs/moka/commit/b59b93892a21d6bf047a222a51b3211263dcf2b6"><code>b59b938</code></a>
Update the change log</li>
<li><a
href="https://github.com/moka-rs/moka/commit/b9923f8aeb0f342ff7bed7b1c271701d6fbed6f6"><code>b9923f8</code></a>
Bump the version to <code>v0.12.7</code></li>
<li><a
href="https://github.com/moka-rs/moka/commit/364567eb1d1822674ea4182ad8da6c06d92bac69"><code>364567e</code></a>
Make <code>run_pending_tasks</code> to evict more entries from the cache
at once</li>
<li><a
href="https://github.com/moka-rs/moka/commit/3b9adc395bc756747d8b3217d4fccdefd65899b3"><code>3b9adc3</code></a>
Make <code>run_pending_tasks</code> to evict more entries from the cache
at once</li>
<li><a
href="https://github.com/moka-rs/moka/commit/c7f67cd76fec1ca77c1f525eeaf521a2ae36935c"><code>c7f67cd</code></a>
Make <code>run_pending_tasks</code> to evict more entries from the cache
at once</li>
<li>Additional commits viewable in <a
href="https://github.com/moka-rs/moka/compare/v0.12.6...v0.12.7">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.6&new-version=0.12.7)](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
dependabot[bot] authored Apr 19, 2024
1 parent 352e616 commit f670f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

0 comments on commit f670f9e

Please sign in to comment.