Skip to content

Commit

Permalink
Update rustyline requirement from 12 to 13 (#352)
Browse files Browse the repository at this point in the history
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@v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 31c65f5 commit 1cc30c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ proptest = "1"
rand = "0.8"
regex = "1"
# MSRV
rustyline = "12"
rustyline = "13"
scrypt = "0.11"
serde_json = "1"

Expand Down

0 comments on commit 1cc30c2

Please sign in to comment.