[PR #3286] [MERGED] build(deps): bump moka from 0.12.10 to 0.12.11 #3713

Closed
opened 2026-03-16 11:58:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3286
Author: @dependabot[bot]
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @djc

Base: mainHead: dependabot/cargo/moka-0.12.11


📝 Commits (1)

  • ac8d578 build(deps): bump moka from 0.12.10 to 0.12.11

📊 Changes

1 file changed (+11 additions, -180 deletions)

View changed files

📝 Cargo.lock (+11 -180)

📄 Description

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

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3286 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/moka-0.12.11` --- ### 📝 Commits (1) - [`ac8d578`](https://github.com/hickory-dns/hickory-dns/commit/ac8d578ec1750a30a3960b42a0b09f9083fcec59) build(deps): bump moka from 0.12.10 to 0.12.11 ### 📊 Changes **1 file changed** (+11 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -180) </details> ### 📄 Description Bumps [moka](https://github.com/moka-rs/moka) from 0.12.10 to 0.12.11. <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.11</h2> <h3>Added</h3> <ul> <li>Support <code>Equivalent</code> trait for the key type <code>K</code> of the caches. (<a href="https://redirect.github.com/moka-rs/moka/issues/492">#492</a>[gh-pull-0492])</li> <li>Added the <code>jittered_expiry_policy</code> example (<a href="https://redirect.github.com/moka-rs/moka/issues/489">#489</a>[gh-pull-0489]).</li> </ul> <h3>Changed</h3> <ul> <li>Adjusted license expression: some code is Apache-2.0 only (<a href="https://redirect.github.com/moka-rs/moka/issues/529">#529</a>[gh-pull-0529], by [<a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a>][gh-musicinmybrain]). <ul> <li>The license expression in <code>Cargo.toml</code> was changed from <code>MIT OR Apache-2.0</code> to <code>(MIT OR Apache-2.0) AND Apache-2.0</code>.</li> <li>See the <a href="https://github.com/moka-rs/moka/blob/main/README.md#license">license section</a> of the README for details.</li> </ul> </li> <li>Upgrading a crate in the dependencies: <ul> <li>Raised the minimum version of <code>crossbeam-channel</code> crate from <code>v0.5.5</code> to <code>v0.5.15</code> to avoid the following issue (<a href="https://redirect.github.com/moka-rs/moka/issues/514">#514</a>[gh-pull-0514], by [karankurbur][gh-karankurbur]). <ul> <li>[RUSTSEC-2025-0024] crossbeam-channel: double free on Drop</li> </ul> </li> </ul> </li> <li>Moving a crate from the dependencies to the dev-dependencies: <ul> <li>Switched <code>loom</code> crate to a dev-dependency (<a href="https://redirect.github.com/moka-rs/moka/issues/509">#509</a>[gh-pull-0509], by [thomaseizinger][gh-thomaseizinger]).</li> </ul> </li> <li>Updating a crate in the dev-dependencies: <ul> <li>Upgraded <code>reqwest</code> crate in the dev-dependencies from <code>v0.11</code> to <code>v0.12</code> (<a href="https://redirect.github.com/moka-rs/moka/issues/531">#531</a>[gh-pull-0531], by [musicinmybrain][gh-musicinmybrain]).</li> </ul> </li> </ul> <h3>Removed</h3> <ul> <li>Removing a crate from the dependencies: <ul> <li>Removed <code>thiserror</code> crate by manually implementing <code>std::error::Error</code> for <code>moka::PredicateError</code> (<a href="https://redirect.github.com/moka-rs/moka/issues/512">#512</a>[gh-pull-0512], by [<a href="https://github.com/brownjohnf"><code>@​brownjohnf</code></a>][gh-brownjohnf]).</li> </ul> </li> <li>Removing crates from the dev-dependencies: <ul> <li>Removed unmaintained <code>paste</code> crate from the dev-dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/504">#504</a>[gh-pull-0504]). <ul> <li>[RUSTSEC-2024-0436] paste - no longer maintained</li> </ul> </li> <li>Removed discontinued <code>async-std</code> crate from the dev-dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/534">#534</a>[gh-pull-0534]). <ul> <li>[RUSTSEC-2025-0052] async-std has been discontinued</li> </ul> </li> </ul> </li> <li>Removed clippy ignore <code>non_send_fields_in_send_ty</code> that no longer applies (<a href="https://redirect.github.com/moka-rs/moka/issues/505">#505</a>[gh-pull-0505], by [<a href="https://github.com/qti3e"><code>@​qti3e</code></a>][gh-qti3e]).</li> </ul> <h3>Fixed</h3> <ul> <li>Remove redundant word in source code comment (<a href="https://redirect.github.com/moka-rs/moka/issues/532">#532</a>[gh-pull-0532], by [<a href="https://github.com/quantpoet"><code>@​quantpoet</code></a>][gh-quantpoet]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/9f166f2a12f9cc14e536ce77920c9d72e01bcdff"><code>9f166f2</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/536">#536</a> from moka-rs/prepare-v0.12.11</li> <li><a href="https://github.com/moka-rs/moka/commit/d4f3911b60458d0b8dfaa4eefe703ff7d6bbeb1e"><code>d4f3911</code></a> Update the changelog for <code>v0.12.11</code></li> <li><a href="https://github.com/moka-rs/moka/commit/30665d701a3c759edfa57287a04332b82f1a1fdd"><code>30665d7</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/537">#537</a> from moka-rs/adjust-oss-license</li> <li><a href="https://github.com/moka-rs/moka/commit/de9cba3dc30358a755e4eabf7757e9a2abcb71ac"><code>de9cba3</code></a> doc - Remove the Markdown style links from the NOTICE file</li> <li><a href="https://github.com/moka-rs/moka/commit/6f780a05bc63b3141d50b984c98512725f1c086d"><code>6f780a0</code></a> doc: Explain two source files are distributed under the Apache 2.0 only</li> <li><a href="https://github.com/moka-rs/moka/commit/dcd4932d0eccae7f01f2c97242011fee2d8733a1"><code>dcd4932</code></a> Update the changelog for <code>v0.12.11</code></li> <li><a href="https://github.com/moka-rs/moka/commit/429f7563373bdccfde88ce60ad6a650a55c56cda"><code>429f756</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/530">#530</a> from moka-rs/fix-ci-2025-09-18</li> <li><a href="https://github.com/moka-rs/moka/commit/accfc7c7b1e1457f5fe67219e90d5d6f35ef1cea"><code>accfc7c</code></a> CI: Try to fix the CI for the minimum version dependencies</li> <li><a href="https://github.com/moka-rs/moka/commit/f21da3ba37cddda329d981551c461d0f9cc3aea1"><code>f21da3b</code></a> CI: Fix the CI for the MSRV 1.70</li> <li><a href="https://github.com/moka-rs/moka/commit/f5ce4f5f088dd4eb7e57c57da29524f911a8fbcb"><code>f5ce4f5</code></a> Merge branch 'main' into fix-ci-2025-09-18</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.10...v0.12.11">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.10&new-version=0.12.11)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:58:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3713
No description provided.