mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.0.0 to 9.1.0. <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>9.1.0</h2> <h2>What's Changed</h2> <ul> <li>Load terminal settings for VINTR, VQUIT, VSUSP on Unix <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/530">#530</a> / <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/535">#535</a></li> <li>Fix interrupted interactive search <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/575">#575</a> / <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/576">#576</a></li> <li>Upgrade dependencies <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/568">#568</a></li> <li>Migrate to 2021 edition <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/575">#575</a> / <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/570">#570</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kkawakam/rustyline/compare/v9.0.0...v9.1.0">https://github.com/kkawakam/rustyline/compare/v9.0.0...v9.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/1736/head1a4188b7ef
"><code>1a4188b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/578">#578</a> from gwenn/9.1.0</li> <li><a href="4833aa5ec5
"><code>4833aa5</code></a> Prepare release 9.1.0</li> <li><a href="957aea537b
"><code>957aea5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/571">#571</a> from gwenn/misc</li> <li><a href="96a5c1cffa
"><code>96a5c1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/577">#577</a> from gwenn/var</li> <li><a href="ecf039cd77
"><code>ecf039c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/576">#576</a> from gwenn/edit_move_to_end</li> <li><a href="ff5e526fc1
"><code>ff5e526</code></a> Fix key_map initial capacity</li> <li><a href="cbac6bd278
"><code>cbac6bd</code></a> Rename edit_move_to_end to move_cursor_to_end</li> <li><a href="f2cf63805d
"><code>f2cf638</code></a> Fix interrupted interactive search</li> <li><a href="c648126b83
"><code>c648126</code></a> Misc</li> <li><a href="f023b1d270
"><code>f023b1d</code></a> Remove redundant is_some() check</li> <li>Additional commits viewable in <a href="https://github.com/kkawakam/rustyline/compare/v9.0.0...v9.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustyline&package-manager=cargo&previous-version=9.0.0&new-version=9.1.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 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>
dependabot[bot]
3 years ago
2 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue