Skip to content

Commit

Permalink
cargo prod(deps): update rustyline requirement from 11.0 to 14.0
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@v11.0.0...v14.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent e34f8ac commit 248bb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemer-repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ human-panic = "1.0"
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"]}
i18n-embed-fl = "0.6"
lazy_static = "1.4"
rustyline = "11.0"
rustyline = "14.0"
rustyline-derive = "0.8"
search_path = "0.1"
schemer-parse = { version = "0.1", path = "../schemer-parse" }
Expand Down

0 comments on commit 248bb82

Please sign in to comment.