Skip to content

Commit f998f6f

Browse files
Update rustyline requirement from 14 to 15
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@v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 226fe0e commit f998f6f

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)