Skip to content

Commit 397d31f

Browse files
Bump rustyline from 14.0.0 to 16.0.0 (#803)
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 14.0.0 to 16.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v14.0.0...v16.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b52394 commit 397d31f

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

Cargo.lock

Lines changed: 26 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ color-backtrace = {version = "0.6.1", optional = true}
6060
ctrlc = {version = "=3.4.4", optional = true}
6161
icy_sixel = {version = "0.1.2", optional = true}
6262
notify = {version = "6", optional = true}
63-
rustyline = {version = "14.0.0", optional = true}
63+
rustyline = {version = "16.0.0", optional = true}
6464
terminal-light = {version = "1.4.0", optional = true}
6565
tokio = {version = "1", optional = true, features = ["io-std", "rt"]}
6666
tower-lsp = {version = "0.20.0", optional = true, features = ["proposed"]}

0 commit comments

Comments
 (0)