Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps moka from 0.12.10 to 0.12.11.

Changelog

Sourced from moka's changelog.

Version 0.12.11

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]).
Commits
  • 9f166f2 Merge pull request #536 from moka-rs/prepare-v0.12.11
  • d4f3911 Update the changelog for v0.12.11
  • 30665d7 Merge pull request #537 from moka-rs/adjust-oss-license
  • de9cba3 doc - Remove the Markdown style links from the NOTICE file
  • 6f780a0 doc: Explain two source files are distributed under the Apache 2.0 only
  • dcd4932 Update the changelog for v0.12.11
  • 429f756 Merge pull request #530 from moka-rs/fix-ci-2025-09-18
  • accfc7c CI: Try to fix the CI for the minimum version dependencies
  • f21da3b CI: Fix the CI for the MSRV 1.70
  • f5ce4f5 Merge branch 'main' into fix-ci-2025-09-18
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [moka](https://github.com/moka-rs/moka) from 0.12.10 to 0.12.11.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.12.10...v0.12.11)

---
updated-dependencies:
- dependency-name: moka
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant