Skip to content

Commit d50d850

Browse files
Bump rustyline from 12.0.0 to 13.0.0
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f79cfd commit d50d850

File tree

2 files changed

+91
-44
lines changed

2 files changed

+91
-44
lines changed

Diff for: Cargo.lock

+90-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = { version = "4.4.18", features = ["derive"] }
1717
clap_complete = "4.4.4"
1818
codespan-reporting = { git = "https://github.com/brendanzab/codespan.git" }
1919
nom = "7.1.3"
20-
rustyline = "12.0.0"
20+
rustyline = "13.0.0"
2121
rustyline-derive = "0.9.0"
2222
shell-words = "1.1.0"
2323
thiserror = "1.0.50"

0 commit comments

Comments
 (0)