Update rustyline requirement from 11 to 12 (#332)
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/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: rustyline 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
c3498ead45
commit
7f0b6a8e66
+1
-1
@@ -65,7 +65,7 @@ proptest = "1"
|
||||
rand = "0.8"
|
||||
regex = "1"
|
||||
# MSRV
|
||||
rustyline = "11"
|
||||
rustyline = "12"
|
||||
scrypt = "0.11"
|
||||
serde_json = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user