dependabot[bot] opened a new pull request, #876:
URL: https://github.com/apache/iceberg-rust/pull/876

   Bumps [moka](https://github.com/moka-rs/moka) from 0.12.8 to 0.12.9.
   <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.9</h2>
   <p>Bumped the minimum supported Rust version (MSRV) to 1.70 (June 1, 2023)
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/474";>#474</a>[gh-pull-0474]).</p>
   <h3>Fixed</h3>
   <ul>
   <li>Prevent an occasional panic in an internal <code>to_std_instant</code> 
method when per-entry
   expiration policy is used. (<a 
href="https://redirect.github.com/moka-rs/moka/issues/472";>#472</a>[gh-issue-0472])</li>
   <li>Documentation: Removed leftover mentions of background threads.
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/464";>#464</a>[gh-issue-0464])
   <ul>
   <li>Also added the implementation details chapter to the crate top-level
   documentation to explain some internal behavior of the cache.</li>
   </ul>
   </li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Added <code>and_try_compute_if_nobody_else</code> method to 
<code>future::Cache</code>'s <code>entry</code> API.
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/460";>#460</a>[gh-pull-0460],
 by [<a 
href="https://github.com/xuehaonan27";><code>@​xuehaonan27</code></a>][gh-xuehaonan27])</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Removed <code>triomphe</code> crate from the dependency by adding our 
own internal <code>Arc</code> type.
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/456";>#456</a>[gh-pull-0456])
   <ul>
   <li>Our <code>Arc</code> will be more memory efficient than 
<code>std::sync::Arc</code> or
   <code>triomphe::Arc</code> on 64-bit platforms as it uses a single 
<code>AtomicU32</code> counter.</li>
   </ul>
   </li>
   <li>Removed needless traits along with <code>async-trait</code> usage. (<a 
href="https://redirect.github.com/moka-rs/moka/issues/445";>#445</a>[gh-pull-0445],
 by
   [<a 
href="https://github.com/Swatinem";><code>@​Swatinem</code></a>][gh-Swatinem])</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Enable <code>atomic64</code> feature only when target supports 
<code>AtomicU64</code>.
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/466";>#466</a>[gh-pull-0466],
 by [<a 
href="https://github.com/zonyitoo";><code>@​zonyitoo</code></a>][gh-zonyitoo])</li>
   <li>Made <code>once_cell</code> dependency optional (<a 
href="https://redirect.github.com/moka-rs/moka/issues/444";>#444</a>[gh-pull-0444]).</li>
   <li>Stopped creating references unnecessarily to compare pointers by-address.
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/452";>#452</a>[gh-pull-0452],
 by [<a 
href="https://github.com/JoJoDeveloping";><code>@​JoJoDeveloping</code></a>][gh-JoJoDeveloping])</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/moka-rs/moka/commit/e7fd7f6c43d2bea6438d2b40e52d9b1a54911800";><code>e7fd7f6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moka-rs/moka/issues/479";>#479</a> from 
moka-rs/fix-doc-about-pending-tasks</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/cd2b3b3242765090c2443d683c02bc6e75cc21c2";><code>cd2b3b3</code></a>
 Fix a typo in the README</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/c5c365885f10925634da178b00cffca232ba1c34";><code>c5c3658</code></a>
 Update the change log</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/8284a079c24251c929576d5dde7e0093b82fa639";><code>8284a07</code></a>
 Fix a Clippy warning on a doc comment</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/ecd5791cda2f579a49b09b972465f64906c51217";><code>ecd5791</code></a>
 Doc: Remove leftover mentions of background threads</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/f726592049c822306cdd167fd165570a078b2ede";><code>f726592</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moka-rs/moka/issues/456";>#456</a> from 
moka-rs/mini-arc</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/9d78c2cb5bb28b2058aa10dac3f862521eff0e22";><code>9d78c2c</code></a>
 Merge branch 'main' into mini-arc</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/c7b94562aaeb1a9c59373bfc177111683f0693c7";><code>c7b9456</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moka-rs/moka/issues/478";>#478</a> from 
moka-rs/fix-panic-in-to_std_instant</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/e99303dc51985ba2b183d500c7290996d2c06af8";><code>e99303d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moka-rs/moka/issues/477";>#477</a> from 
moka-rs/fix-panic-in-to_std_instant</li>
   <li><a 
href="https://github.com/moka-rs/moka/commit/e0488254ea211e9876a80b3fab3072595aa3a6d4";><code>e048825</code></a>
 Update the change log</li>
   <li>Additional commits viewable in <a 
href="https://github.com/moka-rs/moka/compare/v0.12.8...v0.12.9";>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.8&new-version=0.12.9)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to