Skip to content

Commit cef3a16

Browse files
chore(deps): bump moka from 0.12.13 to 0.12.14 (#324)
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.13 to 0.12.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/releases">moka's releases</a>.</em></p> <blockquote> <h2>Moka 0.12.14</h2> <h2>Version 0.12.14</h2> <h3>Fixed</h3> <ul> <li>Fixed a race condition in the <code>and_compute_with</code> method in the <code>future::Cache</code>. (<a href="https://redirect.github.com/moka-rs/moka/issues/574">#574</a><a href="https://redirect.github.com/moka-rs/moka/pull/574/">gh-pull-0574</a> by <a href="https://github.com/Squadrick"><code>@​Squadrick</code></a>): <ul> <li>When multiple calls are made concurrently for the same key, the <code>f</code> closure may read a stale value, causing the first update to be lost when it is overwritten by a later one.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Use <code>dep:</code> keyword in the crate features. (<a href="https://redirect.github.com/moka-rs/moka/issues/577">#577</a><a href="https://redirect.github.com/moka-rs/moka/pull/577/">gh-pull-0577</a> by <a href="https://github.com/alexanderkjall"><code>@​alexanderkjall</code></a>).</li> </ul> </blockquote> </details> <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.14</h2> <h3>Fixed</h3> <ul> <li>Fixed a race condition in the <code>and_compute_with</code> method in the <code>future::Cache</code>. (<a href="https://redirect.github.com/moka-rs/moka/issues/574">#574</a>[gh-pull-0574] by [<a href="https://github.com/Squadrick"><code>@​Squadrick</code></a>][gh-Squadrick]): <ul> <li>When multiple calls are made concurrently for the same key, the <code>f</code> closure may read a stale value, causing the first update to be lost when it is overwritten by a later one.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Use <code>dep:</code> keyword in the crate features. (<a href="https://redirect.github.com/moka-rs/moka/issues/577">#577</a>[gh-pull-0577] by [<a href="https://github.com/alexanderkjall"><code>@​alexanderkjall</code></a>][gh-alexanderkjall]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/2d8289eb40af01ab77ee49719c9cf9502322e05a"><code>2d8289e</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/579">#579</a> from moka-rs/chore/prepare-v0.12.14</li> <li><a href="https://github.com/moka-rs/moka/commit/03c32fecb1e9fd7929d42ad12435b09882ee4fd0"><code>03c32fe</code></a> doc: Update the copyright year</li> <li><a href="https://github.com/moka-rs/moka/commit/1a199afb9c3d4e0e192a413c74bb9cc23efd9a42"><code>1a199af</code></a> Bump the version to <code>v0.12.14</code></li> <li><a href="https://github.com/moka-rs/moka/commit/3fdaa4e8ba85025b3efa93063aa919fe068889e5"><code>3fdaa4e</code></a> Update the change log for <code>v0.12.14</code></li> <li><a href="https://github.com/moka-rs/moka/commit/0f03bf754d30193b16b8531b50eec0799198706b"><code>0f03bf7</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/577">#577</a> from alexanderkjall/reduce-features</li> <li><a href="https://github.com/moka-rs/moka/commit/ffbccd22f36e3bd7e04de47ecf0de40dfaa1b228"><code>ffbccd2</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/578">#578</a> from moka-rs/fix-ci/2026-03-01</li> <li><a href="https://github.com/moka-rs/moka/commit/fa46421465f59c4285aa5313ac6a6437fbed3cb8"><code>fa46421</code></a> fix(test): Use closure returning async block for MSRV compatibility</li> <li><a href="https://github.com/moka-rs/moka/commit/4feccdcceae3e014016344c8ff54b59aa1afad1e"><code>4feccdc</code></a> use dep: syntax in features</li> <li><a href="https://github.com/moka-rs/moka/commit/9a7c62545bd1c361986c1a202be3d43089a8f4db"><code>9a7c625</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/574">#574</a> from Squadrick/squadrick/and-compute-with-toctou</li> <li><a href="https://github.com/moka-rs/moka/commit/f098c28b9d4fca669aea470e19940eec82d5d6d2"><code>f098c28</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/576">#576</a> from moka-rs/fix-ci/2026-02-28</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.13...v0.12.14">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.13&new-version=0.12.14)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a69f412 commit cef3a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)