Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
moka dependencies patch 0.12.10 -> 0.12.11

Release Notes

moka-rs/moka (moka)

v0.12.11

Compare Source

Added
  • Support Equivalent trait for the key type K of the caches.
    ([#​492][gh-pull-0492])
  • Added the jittered_expiry_policy example ([#​489][gh-pull-0489]).
Changed
  • Adjusted license expression: some code is Apache-2.0 only ([#​529][gh-pull-0529], by
    [@​musicinmybrain][gh-musicinmybrain]).
    • The license expression in Cargo.toml was changed from
      MIT OR Apache-2.0 to (MIT OR Apache-2.0) AND Apache-2.0.
    • See the license section of the README for details.
  • Upgrading a crate in the dependencies:
    • Raised the minimum version of crossbeam-channel crate from v0.5.5 to
      v0.5.15 to avoid the following issue ([#​514][gh-pull-0514],
      by [karankurbur][gh-karankurbur]).
      • [RUSTSEC-2025-0024] crossbeam-channel: double free on Drop
  • Moving a crate from the dependencies to the dev-dependencies:
    • Switched loom crate to a dev-dependency
      ([#​509][gh-pull-0509], by [thomaseizinger][gh-thomaseizinger]).
  • Updating a crate in the dev-dependencies:
    • Upgraded reqwest crate in the dev-dependencies from v0.11 to v0.12
      ([#​531][gh-pull-0531], by [musicinmybrain][gh-musicinmybrain]).
Removed
  • Removing a crate from the dependencies:
    • Removed thiserror crate by manually implementing std::error::Error for
      moka::PredicateError ([#​512][gh-pull-0512], by [@​brownjohnf][gh-brownjohnf]).
  • Removing crates from the dev-dependencies:
    • Removed unmaintained paste crate from the dev-dependencies ([#​504][gh-pull-0504]).
      • [RUSTSEC-2024-0436] paste - no longer maintained
    • Removed discontinued async-std crate from the dev-dependencies ([#​534][gh-pull-0534]).
      • [RUSTSEC-2025-0052] async-std has been discontinued
  • Removed clippy ignore non_send_fields_in_send_ty that no longer applies
    ([#​505][gh-pull-0505], by [@​qti3e][gh-qti3e]).
Fixed
  • Remove redundant word in source code comment ([#​532][gh-pull-0532],
    by [@​quantpoet][gh-quantpoet]).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit c4c61ad into main Sep 23, 2025
6 checks passed
@renovate renovate bot deleted the renovate/moka-0.x branch September 23, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants