You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/26 05:08:17 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #816: Update rustyline requirement from 11.0 to 12.0

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

   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>12.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Unnecessarily qualified path <a href="https://redirect.github.com/kkawakam/rustyline/issues/683">#683</a></li>
   <li>[ci] Update actions/checkout in GitHub Actions workflows to v3 <a href="https://redirect.github.com/kkawakam/rustyline/issues/685">#685</a></li>
   <li>Fix some typos <a href="https://redirect.github.com/kkawakam/rustyline/issues/684">#684</a></li>
   <li>Make MemHistory::default() be a wrapper around MemHistory::new() to avoid that max_len is defaulted to 0. <a href="https://redirect.github.com/kkawakam/rustyline/issues/686">#686</a></li>
   <li>Create dependabot.yml <a href="https://redirect.github.com/kkawakam/rustyline/issues/687">#687</a></li>
   <li>Add minimum permissions to rust.yml workflow <a href="https://redirect.github.com/kkawakam/rustyline/issues/689">#689</a></li>
   <li>Update bitflags requirement from 1.3 to 2.0 <a href="https://redirect.github.com/kkawakam/rustyline/issues/688">#688</a></li>
   <li>Upgrade syn version <a href="https://redirect.github.com/kkawakam/rustyline/issues/691">#691</a></li>
   <li>Update rusqlite requirement from 0.28.0 to 0.29.0 <a href="https://redirect.github.com/kkawakam/rustyline/issues/693">#693</a></li>
   <li>Add Editor::clear_screen method <a href="https://redirect.github.com/kkawakam/rustyline/issues/694">#694</a>, <a href="https://redirect.github.com/kkawakam/rustyline/issues/695">#695</a></li>
   <li>Fix clippy warnings <a href="https://redirect.github.com/kkawakam/rustyline/issues/697">#697</a></li>
   <li>Move to the smaller, cargo-team maintained <code>home</code> crate <a href="https://redirect.github.com/kkawakam/rustyline/issues/698">#698</a></li>
   <li>Upgrade http links to https in Cargo.toml <a href="https://redirect.github.com/kkawakam/rustyline/issues/701">#701</a></li>
   <li>Fix dot command in vi mode <a href="https://redirect.github.com/kkawakam/rustyline/issues/705">#705</a>, <a href="https://redirect.github.com/kkawakam/rustyline/issues/706">#706</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kkawakam/rustyline/compare/v11.0.0...v12.0.0">https://github.com/kkawakam/rustyline/compare/v11.0.0...v12.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/kkawakam/rustyline/commit/23cb8a16135dd885a356cc243d3a8cd0da0ef0e6"><code>23cb8a1</code></a> Merge pull request <a href="https://redirect.github.com/kkawakam/rustyline/issues/709">#709</a> from gwenn/release</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/5e262d337abfbfca410ffc6c743da65fecf7ef1c"><code>5e262d3</code></a> Prepare next release</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/3df2ec7fe3ee71f8ed5336f2ea92a9a298502c05"><code>3df2ec7</code></a> Merge pull request <a href="https://redirect.github.com/kkawakam/rustyline/issues/708">#708</a> from gwenn/win</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/40d7374bcc04750a98af7a0c8e6ece76124cc54a"><code>40d7374</code></a> Bump clipboard-win</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/3caab9ff33286062ed2842a3b8ca291164a5c564"><code>3caab9f</code></a> Misc</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/b7fb0e388709bf7b294479621497e72fe8c3ffc6"><code>b7fb0e3</code></a> Clippy nodeps</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/c2383ec456e46133161ea8dd3e813119e607c1c5"><code>c2383ec</code></a> Merge pull request <a href="https://redirect.github.com/kkawakam/rustyline/issues/706">#706</a> from gwenn/vi_dot</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/b6323b820c86f044649d5223921cc5ae822d7de7"><code>b6323b8</code></a> Fix dot command in vi mode</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/97df24087bf7b32fd7647f7f9ba6643c0d092fe5"><code>97df240</code></a> Merge pull request <a href="https://redirect.github.com/kkawakam/rustyline/issues/701">#701</a> from Benjins-automation/benjins-automated-https-upgrade</li>
   <li><a href="https://github.com/kkawakam/rustyline/commit/6afffb1a215a4aa4b17c9cbac3264593576904ec"><code>6afffb1</code></a> Upgrade plain-HTTP links to HTTPS in Cargo.toml files</li>
   <li>Additional commits viewable in <a href="https://github.com/kkawakam/rustyline/compare/v11.0.0...v12.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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] dependabot[bot] commented on pull request #816: Update rustyline requirement from 11.0 to 12.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #816:
URL: https://github.com/apache/arrow-ballista/pull/816#issuecomment-1606658315

   The following labels could not be found: `auto-dependencies`.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Update rustyline requirement from 11.0 to 12.0 [arrow-ballista]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #816:
URL: https://github.com/apache/arrow-ballista/pull/816#issuecomment-1842081388

   Superseded by #924.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Update rustyline requirement from 11.0 to 12.0 [arrow-ballista]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #816: Update rustyline requirement from 11.0 to 12.0
URL: https://github.com/apache/arrow-ballista/pull/816


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org