Skip to content

Commit 6593833

Browse files
Update rustyline requirement from 15 to 17 (#391)
Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v15.0.0...v17.0.1) --- updated-dependencies: - dependency-name: rustyline dependency-version: 17.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 226fe0e commit 6593833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ regex = "1"
9696
sha2 = { version = "0.10", default-features = false }
9797
thiserror = "2"
9898
# MSRV
99-
rustyline = "15"
99+
rustyline = "17"
100100
scrypt = "0.11"
101101
serde_json = "1"
102102

0 commit comments

Comments
 (0)