Skip to content

Commit

Permalink
cargo prod(deps): update rustyline-derive requirement from 0.8 to 0.10
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: rustyline-derive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent e34f8ac commit 1a6887f
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 @@ -20,7 +20,7 @@ i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester
i18n-embed-fl = "0.6"
lazy_static = "1.4"
rustyline = "11.0"
rustyline-derive = "0.8"
rustyline-derive = "0.10"
search_path = "0.1"
schemer-parse = { version = "0.1", path = "../schemer-parse" }
schemer-lang = { version = "0.1", path = "../schemer-lang" }
Expand Down

0 comments on commit 1a6887f

Please sign in to comment.