Skip to content

Commit

Permalink
Bump lalrpop, itertools and expect-test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 18, 2023
1 parent fa24c5c commit f693bd5
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 46 deletions.
199 changes: 158 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = []

[dependencies]
docopt = "1.1.0"
itertools = "0.10.0"
itertools = "0.12.0"
rustyline = { version = "7.1.0", default-features = false }
salsa = "0.16.0"
serde = "1.0"
Expand All @@ -34,6 +34,6 @@ chalk-integration = { version = "0.95.0-dev.0", path = "chalk-integration" }
[dev-dependencies]
# used for program_writer test errors
diff = "0.1"
expect-test = "1.2.1"
expect-test = "1.4.1"
pretty_assertions = "0.6.1"
regex = "1"
4 changes: 2 additions & 2 deletions chalk-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ edition = "2018"
publish = false

[build-dependencies.lalrpop]
version = "0.19"
version = "0.20"
features = ["lexer"]

[dependencies]
lalrpop-util = "0.19"
lalrpop-util = "0.20"
regex = "1.5"
string_cache = "0.8.0"
Loading

0 comments on commit f693bd5

Please sign in to comment.