chore(deps): update rust crate moka to v0.12.14#6731
Merged
renovate[bot] merged 1 commit intodevelopfrom Mar 2, 2026
Merged
Conversation
fastio
pushed a commit
to fastio/vortex
that referenced
this pull request
Mar 10, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [moka](https://redirect.github.com/moka-rs/moka) | workspace.dependencies | patch | `0.12.13` → `0.12.14` | --- ### Release Notes <details> <summary>moka-rs/moka (moka)</summary> ### [`v0.12.14`](https://redirect.github.com/moka-rs/moka/blob/HEAD/CHANGELOG.md#Version-01214) [Compare Source](https://redirect.github.com/moka-rs/moka/compare/v0.12.13...v0.12.14) ##### Fixed - Fixed a race condition in the `and_compute_with` method in the `future::Cache`. (\[[#​574](https://redirect.github.com/moka-rs/moka/issues/574)]\[gh-pull-0574] by \[[@​Squadrick](https://redirect.github.com/Squadrick)]\[gh-Squadrick]): - When multiple calls are made concurrently for the same key, the `f` closure may read a stale value, causing the first update to be lost when it is overwritten by a later one. ##### Changed - Use `dep:` keyword in the crate features. (\[[#​577](https://redirect.github.com/moka-rs/moka/issues/577)]\[gh-pull-0577] by \[[@​alexanderkjall](https://redirect.github.com/alexanderkjall)]\[gh-alexanderkjall]). </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hhbmdlbG9nL2Nob3JlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: fastio <pengjian.uestc@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.13→0.12.14Release Notes
moka-rs/moka (moka)
v0.12.14Compare Source
Fixed
and_compute_withmethod in thefuture::Cache.([#574][gh-pull-0574] by [@Squadrick][gh-Squadrick]):
fclosure mayread a stale value, causing the first update to be lost when it is overwritten
by a later one.
Changed
dep:keyword in the crate features. ([#577][gh-pull-0577] by[@alexanderkjall][gh-alexanderkjall]).
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.