Skip to content

Commit

Permalink
Update rustyline requirement from 9 to 13
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@v9.0.0...v13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 33fd0e1 commit cbbed1c
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 @@ -38,7 +38,7 @@ colored = { version = "2.0.0", optional = true }
lazy_static = "1.4"
log = "0.4"
mimalloc = { version = "0.1.27", optional = true }
rustyline = { version = "9", optional = true }
rustyline = { version = "13", optional = true }
regex = "1"
thiserror = "1.0"
tracing = "0.1"
Expand Down

0 comments on commit cbbed1c

Please sign in to comment.