Skip to content

Commit

Permalink
chore: update lalrpop to 0.22.0 (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent b6c793a commit de12183
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 186 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cynic-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ report = ["ariadne"]

[dependencies]
indexmap = "2"
lalrpop-util = "0.21.0"
lalrpop-util = { version = "0.22.0", default-features = false }
logos = "0.14"

ariadne = { version = "0.4", optional = true }
Expand Down
184 changes: 25 additions & 159 deletions cynic-parser/parser-generator/Cargo.lock

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

2 changes: 1 addition & 1 deletion cynic-parser/parser-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lalrpop = "0.21.0"
lalrpop = "0.22.0"
Loading

0 comments on commit de12183

Please sign in to comment.