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

   Bumps [bitvec](https://github.com/bitvecto-rs/bitvec) from 1.0.1 to 1.1.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ferrilab/bitvec/blob/main/CHANGELOG.md";>bitvec's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>All notable changes will be documented in this file.</p>
   <p>This document is written according to the [Keep a Changelog][kac] 
style.</p>
   <ol>
   <li><a 
href="https://github.com/ferrilab/bitvec/blob/main/#version-1";>Version 1</a>
   <ol>
   <li><a 
href="%5B#110%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/110)">1.1.0</a></li>
   <li><a 
href="%5B#101%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/101)">1.0.1</a></li>
   <li><a 
href="%5B#100%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/100)">1.0.0</a></li>
   </ol>
   </li>
   <li><a href="#version-0-prototyping">Version 0 
(https://github.com/ferrilab/bitvec/blob/main/Prototyping)</a>
   <ol>
   <li><a 
href="%5B#022%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/022)">0.22</a></li>
   <li><a 
href="%5B#021%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/021)">0.21</a></li>
   <li><a 
href="%5B#020%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/020)">0.20</a></li>
   <li><a 
href="%5B#019%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/019)">0.19</a></li>
   <li><a 
href="%5B#018%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/018)">0.18</a></li>
   <li><a 
href="%5B#017%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/017)">0.17</a></li>
   <li><a 
href="%5B#016%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/016)">0.16</a></li>
   <li><a 
href="%5B#015%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/015)">0.15</a></li>
   <li><a 
href="%5B#014%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/014)">0.14</a></li>
   <li><a 
href="%5B#013%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/013)">0.13</a></li>
   <li><a 
href="%5B#012%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/012)">0.12</a></li>
   <li><a 
href="%5B#011%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/011)">0.11</a></li>
   <li><a 
href="%5B#010%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/010)">0.10</a></li>
   <li><a 
href="%5B#09%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/09)">0.9</a></li>
   <li><a 
href="%5B#08%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/08)">0.8</a></li>
   <li><a 
href="%5B#07%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/07)">0.7</a></li>
   <li><a 
href="%5B#06%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/06)">0.6</a></li>
   <li><a 
href="%5B#05%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/05)">0.5</a></li>
   <li><a 
href="%5B#04%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/04)">0.4</a></li>
   <li><a 
href="%5B#03%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/03)">0.3</a></li>
   <li><a 
href="%5B#02%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/02)">0.2</a></li>
   <li><a 
href="%5B#01%5D(https://redirect.github.com/bitvecto-rs/bitvec/issues/01)">0.1</a></li>
   </ol>
   </li>
   </ol>
   <h2>Version 1</h2>
   <p><code>bitvec</code>’s initial development is now complete, and uses the 
one-dot series. It
   will continue to receive maintenance, but its API is now stable and 
<strong>will not</strong>
   change until const-generics allow <code>BitArray</code> to be rewritten.</p>
   <h3>1.1.0</h3>
   <p>The <code>BitSlice::shift_{left,right}</code> functions have been renamed 
to
   <code>BitSlice::shift_{start,end}</code> to try to better reflect their 
behavior. These
   functions move data relative to the index as defined by the <code>O: 
BitOrder</code> type
   parameter, <em>not</em> according to the processor <code>lsl</code> and 
<code>lsr</code> instructions.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/bitvecto-rs/bitvec/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitvec&package-manager=cargo&previous-version=1.0.1&new-version=1.1.1)](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 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