Skip to content

Commit dc1ab1c

Browse files
build(deps): bump rustyline from 13.0.0 to 14.0.0
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 13.0.0 to 14.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6beb7d commit dc1ab1c

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

Cargo.lock

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

yari-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clap = { version = "4.1.14", features = ["cargo"] }
1111
color-eyre = "0.6.2"
1212
env_logger = "0.10.2"
1313
log = "0.4.21"
14-
rustyline = { version = "13.0.0", default-features = false }
14+
rustyline = { version = "14.0.0", default-features = false }
1515
yari-sys = { path = "../yari-sys" }
1616

1717
[[bin]]

0 commit comments

Comments
 (0)