dependabot[bot] opened a new pull request, #886: URL: https://github.com/apache/iceberg-rust/pull/886
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.9 to 0.12.10. <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.10</h2> <h3>Changed</h3> <ul> <li>Disable the <code>quanta</code> feature by default. (<a href="https://redirect.github.com/moka-rs/moka/issues/482">#482</a>[gh-pull-0482])</li> <li>Replaced most uses of <code>quanta::Instant</code> with <code>std::time::Instant</code> to increase the accuracy of time measurements (<a href="https://redirect.github.com/moka-rs/moka/issues/481">#481</a>[gh-pull-0481]): <ul> <li>When <code>quanta</code> feature is enabled, <code>quanta::Instant</code> is used for some performance critical parts in the cache, and <code>std::time::Instant</code> is used for the rest of the parts.</li> <li>However, as of this version, enabling the <code>quanta</code> feature will not make any noticeable difference in the performance.</li> <li>When <code>quanta</code> feature is disabled (default), <code>std::time::Instant</code> is used for all time measurements.</li> </ul> </li> <li>Switched to <code>AtomicU64</code> of the <code>portable-atomic</code> crate, which provides fallback implementations for platforms where <code>std</code> <code>AtomicU64</code> is not available (<a href="https://redirect.github.com/moka-rs/moka/issues/480">#480</a>[gh-pull-0480]): <ul> <li><code>moka</code>'s <code>atomic64</code> feature no longer has any effect on the build as <code>AtomicU64</code> is now always available on all platforms. But we keep the <code>atomic64</code> feature in <code>Cargo.toml</code> for backward compatibility.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/de0b2d6092b3ee6beb4286ccb370ab0d46df7168"><code>de0b2d6</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/483">#483</a> from moka-rs/prepare-v0-12-10</li> <li><a href="https://github.com/moka-rs/moka/commit/c7aec0997f3d00dcf35c852cc61b336d5c598ca3"><code>c7aec09</code></a> Update the README; remove a broken link to the troubleshooting section</li> <li><a href="https://github.com/moka-rs/moka/commit/101e3a9257065e40197e65f93fc3b80159408d74"><code>101e3a9</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/482">#482</a> from moka-rs/disable-quanta-by-default</li> <li><a href="https://github.com/moka-rs/moka/commit/9764df59a81ea366a4b9f22c254b82ce0daec0a7"><code>9764df5</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/481">#481</a> from moka-rs/increase-time-accuracy</li> <li><a href="https://github.com/moka-rs/moka/commit/5d03e029324e0baad4344c17ff7ed78614c64a02"><code>5d03e02</code></a> Minor tweaks in the clock module</li> <li><a href="https://github.com/moka-rs/moka/commit/5dbd7abf550a2701efeda5e9d7e1410cf222301f"><code>5dbd7ab</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/480">#480</a> from moka-rs/portable-atomic</li> <li><a href="https://github.com/moka-rs/moka/commit/f7d2d296477f2baaf25318fff516bdc3439c32c6"><code>f7d2d29</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/0a6b6a45996256329884c4223e302de16d183bbd"><code>0a6b6a4</code></a> Disable the <code>quanta</code> feature by default</li> <li><a href="https://github.com/moka-rs/moka/commit/d22f4f3bf71c664728507d8c5764f128fa96bb0b"><code>d22f4f3</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/668bdc01e1e143c2f111e99826bf1dd862dc920f"><code>668bdc0</code></a> Remove commented out codes</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.9...v0.12.10">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org