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](https://github.com/kkawakam/rustyline/compare/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
226fe0ea7a
commit
6593833622
+1
-1
@@ -96,7 +96,7 @@ regex = "1"
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
thiserror = "2"
|
||||
# MSRV
|
||||
rustyline = "15"
|
||||
rustyline = "17"
|
||||
scrypt = "0.11"
|
||||
serde_json = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user