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

   Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.3 to 
1.21.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/matklad/once_cell/blob/master/CHANGELOG.md";>once_cell's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.21.0</h2>
   <ul>
   <li>Outline initialization in <code>race</code>: <a 
href="https://redirect.github.com/matklad/once_cell/pull/273";>#273</a>.</li>
   <li>Add <code>OnceNonZereUsize::get_unchecked</code>: <a 
href="https://redirect.github.com/matklad/once_cell/pull/274";>#274</a>.</li>
   <li>Add <code>OnceBox::clone</code> and <code>OnceBox::with_value</code>: <a 
href="https://redirect.github.com/matklad/once_cell/pull/275";>#275</a>.</li>
   </ul>
   <h2>1.20.2</h2>
   <ul>
   <li>Remove <code>portable_atomic</code> from Cargo.lock if it is not, in 
fact, used: <a 
href="https://redirect.github.com/matklad/once_cell/pull/267";>#267</a>
   This is a work-around for this cargo bug: <a 
href="https://redirect.github.com/rust-lang/cargo/issues/10801";>rust-lang/cargo#10801</a>.</li>
   </ul>
   <h2>1.20.1</h2>
   <ul>
   <li>Allow using <code>race</code> module using just 
<code>portable_atomic</code>, without <code>critical_section</code> and provide
   better error messages on targets without atomic CAS instruction,
   <a 
href="https://redirect.github.com/matklad/once_cell/pull/265";>#265</a>.</li>
   </ul>
   <h2>1.19.0</h2>
   <ul>
   <li>Use <code>portable-atomic</code> instead of 
<code>atomic-polyfill</code>, <a 
href="https://redirect.github.com/matklad/once_cell/pull/251";>#251</a>.</li>
   </ul>
   <h2>1.18.0</h2>
   <ul>
   <li><code>MSRV</code> is updated to 1.60.0 to take advantage of 
<code>dep:</code> syntax for cargo features,
   removing &quot;implementation details&quot; from publicly visible 
surface.</li>
   </ul>
   <h2>1.17.2</h2>
   <ul>
   <li>Avoid unnecessary synchronization in 
<code>Lazy::{force,deref}_mut()</code>, <a 
href="https://redirect.github.com/matklad/once_cell/pull/231";>#231</a>.</li>
   </ul>
   <h2>1.17.1</h2>
   <ul>
   <li>Make <code>OnceRef</code> implementation compliant with <a 
href="https://redirect.github.com/rust-lang/rust/issues/95228";>strict 
provenance</a>.</li>
   </ul>
   <h2>1.17.0</h2>
   <ul>
   <li>Add <code>race::OnceRef</code> for storing a <code>&amp;'a T</code>.</li>
   </ul>
   <h2>1.16.0</h2>
   <ul>
   <li>Add <code>no_std</code> implementation based on 
<code>critical-section</code>,
   <a 
href="https://redirect.github.com/matklad/once_cell/pull/195";>#195</a>.</li>
   <li>Deprecate <code>atomic-polyfill</code> feature (use the new 
<code>critical-section</code> instead)</li>
   </ul>
   <h2>1.15.0</h2>
   <ul>
   <li>Increase minimal supported Rust version to 1.56.0.</li>
   <li>Implement <code>UnwindSafe</code> even if the <code>std</code> feature 
is disabled.</li>
   </ul>
   <h2>1.14.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/matklad/once_cell/commit/0d6bc31d2c456af15cdbba703a67522e734f07fd";><code>0d6bc31</code></a>
 fix tests</li>
   <li><a 
href="https://github.com/matklad/once_cell/commit/f27d156f6b6223eb22da9cfd44b11d535044e816";><code>f27d156</code></a>
 v1.21.0</li>
   <li><a 
href="https://github.com/matklad/once_cell/commit/5b7b16c9f94d3f45f4b81a92893dbcd458be54e4";><code>5b7b16c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/matklad/once_cell/issues/275";>#275</a> from 
klkvr/klkvr/once-box-helpers</li>
   <li><a 
href="https://github.com/matklad/once_cell/commit/73da483aba1447803cc1db1c4b450a9f9c727e64";><code>73da483</code></a>
 Merge pull request <a 
href="https://redirect.github.com/matklad/once_cell/issues/274";>#274</a> from 
briansmith/b/get_unchecked</li>
   <li><a 
href="https://github.com/matklad/once_cell/commit/15154b0e6f429dd6d95009c6fb93c55ec29e8d76";><code>15154b0</code></a>
 Add <code>OnceNonZeroUsize::get_unchecked</code>.</li>
   <li><a 
href="https://github.com/matklad/once_cell/commit/f15c6337443436857330f22a007c727be9e3a266";><code>f15c633</code></a>
 feat: add helpers for OnceBox</li>
   <li>See full diff in <a 
href="https://github.com/matklad/once_cell/compare/v1.20.3...v1.21.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=once_cell&package-manager=cargo&previous-version=1.20.3&new-version=1.21.0)](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

Reply via email to