dependabot[bot] opened a new pull request, #6866:
URL: https://github.com/apache/arrow-rs/pull/6866

   Updates the requirements on 
[twox-hash](https://github.com/shepmaster/twox-hash) to permit the latest 
version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md";>twox-hash's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/shepmaster/twox-hash/tree/v2.1.0";>2.1.0</a> 
- 2024-12-09</h2>
   <h3>Added</h3>
   <ul>
   <li>The XXH3 128-bit algorithm is implemented via <code>XxHash3_128</code> 
and the
   <code>xxhash3_128</code> module.</li>
   </ul>
   <h2><a href="https://github.com/shepmaster/twox-hash/tree/v2.0.1";>2.0.1</a> 
- 2024-11-04</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Removed a panic that could occur when using <code>XxHash3_64</code> to 
hash 1
   to 3 bytes of data in debug mode. Release mode and different lengths
   of data are unaffected.</li>
   </ul>
   <h2><a href="https://github.com/shepmaster/twox-hash/tree/v2.0.0";>2.0.0</a> 
- 2024-10-18</h2>
   <p>This release is a complete rewrite of the crate, including
   reorganization of the code. The XXH3 algorithm now matches the 0.8
   release of the reference C xxHash implementation.</p>
   <h3>Added</h3>
   <ul>
   <li>
   <p><code>XxHash32::oneshot</code> and <code>XxHash64::oneshot</code> can 
perform hashing with
   zero allocation and generally improved performance. If you have code
   that creates a hasher and hashes a slice of bytes exactly once, you
   are strongly encouraged to use the new functions. This might look
   like:</p>
   <pre lang="rust"><code>// Before
   let mut hasher = XxHash64::new(); // or XxHash32, or with seeds
   some_bytes.hash(&amp;mut hasher);
   let hash = hasher.finish();
   <p>// After<br />
   let hash = XxHash64::oneshot(some_bytes);<br />
   </code></pre></p>
   </li>
   <li>
   <p>There is a feature flag for each hashing implementation. It is
   recommended that you opt-out of the crate's default features and
   only select the implementations you need to improve compile speed.</p>
   </li>
   </ul>
   <h3>Changed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/d66dbf3ac27548ba67e73f8fbf755d8a7b4edf99";><code>d66dbf3</code></a>
 Release version 2.1.0</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/5cbebcf75769972b42354afb8a4a614f7f4eea73";><code>5cbebcf</code></a>
 Update the changelog</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/e7c956f11ace9e1844f51cd9ecf19eb5256e541d";><code>e7c956f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/105";>#105</a> 
from shepmaster/xxh3-128</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/f382d8d1077e7a94ab9c1b349b0e5be1d4d0b240";><code>f382d8d</code></a>
 Update benchmark results</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/e8e3dc32d2bb7e1681c6539e8a9dccbbdba5037a";><code>e8e3dc3</code></a>
 Add benchmarks</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/f629e883d74ac1eb2036ee4b87ae7e8c934adbb0";><code>f629e88</code></a>
 Implement streaming entrypoints</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/a9536eddd5394494c9d1436cafa0ebae55fa2bda";><code>a9536ed</code></a>
 Implement seed and secret entrypoints</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/e47968f436dd459508b6cf21c69dd0aef735d59f";><code>e47968f</code></a>
 Implement oneshot of 241 and up bytes</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/514343e154702fc86490e12ef60666cee5850c2b";><code>514343e</code></a>
 Implement oneshot of 129 to 240 bytes</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/91f2ea49c65ff4dadd2a33e97e9c77372c95fc90";><code>91f2ea4</code></a>
 Implement oneshot of 17 to 128 bytes</li>
   <li>Additional commits viewable in <a 
href="https://github.com/shepmaster/twox-hash/compare/v1.6.0...v2.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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]

Reply via email to