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

   Updates the requirements on 
[rustyline](https://github.com/kkawakam/rustyline) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/kkawakam/rustyline/releases";>rustyline's 
releases</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Refactor listeners by <a 
href="https://github.com/gwenn";><code>@​gwenn</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/666";>kkawakam/rustyline#666</a></li>
   <li>Introduce History trait by <a 
href="https://github.com/gwenn";><code>@​gwenn</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/604";>kkawakam/rustyline#604</a></li>
   <li>Fix cargo test --no-default-features by <a 
href="https://github.com/gwenn";><code>@​gwenn</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/667";>kkawakam/rustyline#667</a></li>
   <li>Don't set height for skim by <a 
href="https://github.com/figsoda";><code>@​figsoda</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/668";>kkawakam/rustyline#668</a></li>
   <li>Turn off skim's default features by <a 
href="https://github.com/figsoda";><code>@​figsoda</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/669";>kkawakam/rustyline#669</a></li>
   <li>Add derive feature that reexports rustyline-derive's API by <a 
href="https://github.com/figsoda";><code>@​figsoda</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/670";>kkawakam/rustyline#670</a></li>
   <li>docs: update branch for wez/wezterm by <a 
href="https://github.com/LeoDog896";><code>@​LeoDog896</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/674";>kkawakam/rustyline#674</a></li>
   <li>Upgrade to Rust edition 2021 by <a 
href="https://github.com/gwenn";><code>@​gwenn</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/675";>kkawakam/rustyline#675</a></li>
   <li>Replace memchr::memchr by matches! by <a 
href="https://github.com/gwenn";><code>@​gwenn</code></a> in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/676";>kkawakam/rustyline#676</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/figsoda";><code>@​figsoda</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/668";>kkawakam/rustyline#668</a></li>
   <li><a href="https://github.com/LeoDog896";><code>@​LeoDog896</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/pull/674";>kkawakam/rustyline#674</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/kkawakam/rustyline/compare/v10.1.0...v11.0.0";>https://github.com/kkawakam/rustyline/compare/v10.1.0...v11.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/0384654d4274f152897e4fdd8bf8d23c75bf1b95";><code>0384654</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/682";>#682</a>
 from gwenn/11.0.0</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/a63a2494c5f60e235a625457d32d22c1cd8c6502";><code>a63a249</code></a>
 Prepare next release</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/36f273901142d7a32791822e7bdff4083095e2b9";><code>36f2739</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/680";>#680</a>
 from figsoda/unsorted</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/5486779fef20637127c9534438edd046242a37f2";><code>5486779</code></a>
 Add FilenameCompleter::complete_path_unsorted</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/b71975d9ea826ba8593381f2c95675eada6fc602";><code>b71975d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/679";>#679</a>
 from figsoda/clone</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/792a828c94236db9a783823945e2ff7b09b5140c";><code>792a828</code></a>
 Implement Clone for Pair</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/1986b16a431d7e73f7e9c4b3ce9a2148fce2814a";><code>1986b16</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/676";>#676</a>
 from gwenn/memchr-to-matches</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/c75f56de4d70dd743142e8098dfdbea0588c2969";><code>c75f56d</code></a>
 Replace memchr::memchr by matches!</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/45b9e3d3c2dff76f265f720663532aafe0e009b9";><code>45b9e3d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/675";>#675</a>
 from gwenn/edition</li>
   <li><a 
href="https://github.com/kkawakam/rustyline/commit/6830d8ae48802e947690e7fa117db71aab02689c";><code>6830d8a</code></a>
 Fix clippy warning on windows</li>
   <li>Additional commits viewable in <a 
href="https://github.com/kkawakam/rustyline/compare/v10.0.0...v11.0.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 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