Browse Source

Bump rustyline from 9.1.0 to 9.1.1 (#1739)

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.1.0 to 9.1.1.
<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.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Revert to edition 2018 <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/582">#582</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/kkawakam/rustyline/compare/v9.1.0...v9.1.1">https://github.com/kkawakam/rustyline/compare/v9.1.0...v9.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4761f1298f"><code>4761f12</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/582">#582</a> from gwenn/edition</li>
<li><a href="2dd95df89a"><code>2dd95df</code></a> Prepare release of version 9.1.1</li>
<li><a href="7a13e8c4ba"><code>7a13e8c</code></a> Revert to edition 2018</li>
<li><a href="4ff19c042f"><code>4ff19c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/580">#580</a> from gwenn/clippy</li>
<li><a href="a951dd23ba"><code>a951dd2</code></a> Fix clippy warnings</li>
<li><a href="71cba36fc5"><code>71cba36</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kkawakam/rustyline/issues/579">#579</a> from gwenn/reedline</li>
<li><a href="698509ec27"><code>698509e</code></a> Add reedline to similar projects</li>
<li>See full diff in <a href="https://github.com/kkawakam/rustyline/compare/v9.1.0...v9.1.1">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.1.0&new-version=9.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 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>
pull/1741/head
dependabot[bot] 3 years ago
parent
commit
e9d549dcfa
  1. 4
      Cargo.lock
  2. 2
      boa_cli/Cargo.toml

4
Cargo.lock generated

@ -1103,9 +1103,9 @@ dependencies = [
[[package]]
name = "rustyline"
version = "9.1.0"
version = "9.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec400b53af4f6551ad23214ba08af344125785a0508228af83a84d498a5ce33"
checksum = "6c38cfbd0a4d7df7aab7cf53732d5d43449d0300358fd15cd4e8c8468a956aca"
dependencies = [
"bitflags",
"cfg-if",

2
boa_cli/Cargo.toml

@ -14,7 +14,7 @@ default-run = "boa"
[dependencies]
Boa = { path = "../boa", features = ["deser", "console"] }
rustyline = "9.1.0"
rustyline = "9.1.1"
rustyline-derive = "0.6.0"
structopt = "0.3.25"
serde_json = "1.0.72"

Loading…
Cancel
Save