[PR #3419] [MERGED] build(deps): bump moka from 0.12.11 to 0.12.12 #3827

Closed
opened 2026-03-16 12:04:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/moka-0.12.12


📝 Commits (1)

  • 999c0a3 build(deps): bump moka from 0.12.11 to 0.12.12

📊 Changes

1 file changed (+2 additions, -18 deletions)

View changed files

📝 Cargo.lock (+2 -18)

📄 Description

Bumps moka from 0.12.11 to 0.12.12.

Release notes

Sourced from moka's releases.

Moka 0.12.12

Version 0.12.12

Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (#555gh-pull-0555).

Fixed

  • Fixed use-after-free panic in the hierarchical timer wheels when Expiry returns None (#548gh-pull-0548, by @​awarus).
  • Fixed a subtle undefined behavior (UB) in the internal deque::move_to_back method (found by Miri) (#553gh-pull-0553).

Added

Removed

Changelog

Sourced from moka's changelog.

Version 0.12.12

Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (#555[gh-pull-0555]).

Fixed

  • Fixed use-after-free panic in the hierarchical timer wheels when Expiry returns None (#548[gh-pull-0548], by [@​awarus][gh-awarus]).
  • Fixed a subtle undefined behavior (UB) in the internal deque::move_to_back method (found by Miri) (#553[gh-pull-0553]).

Added

  • impl Expiry for some types (#519[gh-pull-0519], by [@​koushiro][gh-koushiro]).

Removed

  • Removed several unneeded files from the published package (#541[gh-pull-0541], by [@​weiznich][gh-weiznich]).
  • Removed the once_cell crate from the dependencies (#520[gh-pull-0520], by [@​Expyron][gh-Expyron]).
  • Removed the rustc_version crate from the dev-dependencies (#554[gh-pull-0554]).
Commits
  • 4ffcc25 Merge pull request #559 from moka-rs/tweak-changelog-format
  • c37c952 dox: Fix identation in the CHANGELOG.md
  • 28c692c Merge pull request #558 from moka-rs/prepare-0.12.12
  • 13a8ec9 doc: Update the CHANGELOG and README for v0.12.12
  • a0b263f doc: Update the CHANGELOG and README for v0.12.12
  • f3d7822 feat: Version 0.12.12
  • 65cfeb4 Merge pull request #557 from moka-rs/fix-cd/2025-12-20-msrv-1.71.1
  • 78b6299 chore: Fix Clippy warnings
  • 3763451 Merge pull request #553 from moka-rs/fix-deque-ub
  • 7f9c40f Merge pull request #556 from moka-rs/msrv-1.71.1-cargo.toml
  • 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/3419 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/moka-0.12.12` --- ### 📝 Commits (1) - [`999c0a3`](https://github.com/hickory-dns/hickory-dns/commit/999c0a38c89c5e7086ce22b95d8869b9a29a8871) build(deps): bump moka from 0.12.11 to 0.12.12 ### 📊 Changes **1 file changed** (+2 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -18) </details> ### 📄 Description Bumps [moka](https://github.com/moka-rs/moka) from 0.12.11 to 0.12.12. <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.12</h2> <h2>Version 0.12.12</h2> <p>Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (<a href="https://redirect.github.com/moka-rs/moka/issues/555">#555</a><a href="https://redirect.github.com/moka-rs/moka/pull/555/">gh-pull-0555</a>).</p> <h3>Fixed</h3> <ul> <li>Fixed use-after-free panic in the hierarchical timer wheels when <code>Expiry</code> returns <code>None</code> (<a href="https://redirect.github.com/moka-rs/moka/issues/548">#548</a><a href="https://redirect.github.com/moka-rs/moka/pull/548/">gh-pull-0548</a>, by <a href="https://github.com/awarus"><code>@​awarus</code></a>).</li> <li>Fixed a subtle undefined behavior (UB) in the internal <code>deque::move_to_back</code> method (found by Miri) (<a href="https://redirect.github.com/moka-rs/moka/issues/553">#553</a><a href="https://redirect.github.com/moka-rs/moka/pull/553/">gh-pull-0553</a>).</li> </ul> <h3>Added</h3> <ul> <li><code>impl Expiry</code> for some types (<a href="https://redirect.github.com/moka-rs/moka/issues/519">#519</a><a href="https://redirect.github.com/moka-rs/moka/pull/519/">gh-pull-0519</a>, by <a href="https://github.com/koushiro"><code>@​koushiro</code></a>).</li> </ul> <h3>Removed</h3> <ul> <li>Removed several unneeded files from the published package (<a href="https://redirect.github.com/moka-rs/moka/issues/541">#541</a><a href="https://redirect.github.com/moka-rs/moka/pull/541/">gh-pull-0541</a>, by <a href="https://github.com/weiznich"><code>@​weiznich</code></a>).</li> <li>Removed the <code>once_cell</code> crate from the dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/520">#520</a><a href="https://redirect.github.com/moka-rs/moka/pull/520/">gh-pull-0520</a>, by <a href="https://github.com/Expyron"><code>@​Expyron</code></a>).</li> <li>Removed the <code>rustc_version</code> crate from the dev-dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/554">#554</a><a href="https://redirect.github.com/moka-rs/moka/pull/554/">gh-pull-0554</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.12</h2> <p>Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (<a href="https://redirect.github.com/moka-rs/moka/issues/555">#555</a>[gh-pull-0555]).</p> <h3>Fixed</h3> <ul> <li>Fixed use-after-free panic in the hierarchical timer wheels when <code>Expiry</code> returns <code>None</code> (<a href="https://redirect.github.com/moka-rs/moka/issues/548">#548</a>[gh-pull-0548], by [<a href="https://github.com/awarus"><code>@​awarus</code></a>][gh-awarus]).</li> <li>Fixed a subtle undefined behavior (UB) in the internal <code>deque::move_to_back</code> method (found by Miri) (<a href="https://redirect.github.com/moka-rs/moka/issues/553">#553</a>[gh-pull-0553]).</li> </ul> <h3>Added</h3> <ul> <li><code>impl Expiry</code> for some types (<a href="https://redirect.github.com/moka-rs/moka/issues/519">#519</a>[gh-pull-0519], by [<a href="https://github.com/koushiro"><code>@​koushiro</code></a>][gh-koushiro]).</li> </ul> <h3>Removed</h3> <ul> <li>Removed several unneeded files from the published package (<a href="https://redirect.github.com/moka-rs/moka/issues/541">#541</a>[gh-pull-0541], by [<a href="https://github.com/weiznich"><code>@​weiznich</code></a>][gh-weiznich]).</li> <li>Removed the <code>once_cell</code> crate from the dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/520">#520</a>[gh-pull-0520], by [<a href="https://github.com/Expyron"><code>@​Expyron</code></a>][gh-Expyron]).</li> <li>Removed the <code>rustc_version</code> crate from the dev-dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/554">#554</a>[gh-pull-0554]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/4ffcc25863cf0633b470bc5bc5b9fab3f9887c83"><code>4ffcc25</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/559">#559</a> from moka-rs/tweak-changelog-format</li> <li><a href="https://github.com/moka-rs/moka/commit/c37c95275543e106dd5621829035b2ea9781220d"><code>c37c952</code></a> dox: Fix identation in the <code>CHANGELOG.md</code></li> <li><a href="https://github.com/moka-rs/moka/commit/28c692c9a1bb3d11c1202e0459f5951254d0dcf6"><code>28c692c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/558">#558</a> from moka-rs/prepare-0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/13a8ec98fe3b68be6b2a23533f665a2f49d8b712"><code>13a8ec9</code></a> doc: Update the CHANGELOG and README for v0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/a0b263f1a9393500ccfb23e9d651f79bf8dec9f0"><code>a0b263f</code></a> doc: Update the CHANGELOG and README for v0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/f3d78222e40ad5630764a0028ac8d610e7955dcb"><code>f3d7822</code></a> feat: Version 0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/65cfeb491570339033fe344e632fe6c0c5305410"><code>65cfeb4</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/557">#557</a> from moka-rs/fix-cd/2025-12-20-msrv-1.71.1</li> <li><a href="https://github.com/moka-rs/moka/commit/78b6299d14a156d8fc6c6e803306747b44813691"><code>78b6299</code></a> chore: Fix Clippy warnings</li> <li><a href="https://github.com/moka-rs/moka/commit/3763451a6578d2567ab93ad3470e30b659cce98b"><code>3763451</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/553">#553</a> from moka-rs/fix-deque-ub</li> <li><a href="https://github.com/moka-rs/moka/commit/7f9c40f58f753d8665b33d46b9f5ba9f2fa6a7db"><code>7f9c40f</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/556">#556</a> from moka-rs/msrv-1.71.1-cargo.toml</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.11...v0.12.12">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.11&new-version=0.12.12)](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 12:04:51 +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#3827
No description provided.