Skip to content

Commit

Permalink
Bump lalrpop-util from 0.19.8 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [lalrpop-util](https://github.com/lalrpop/lalrpop) from 0.19.8 to 0.20.0.
- [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md)
- [Commits](lalrpop/lalrpop@0.19.8...0.20.0)

---
updated-dependencies:
- dependency-name: lalrpop-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 245c1a1 commit 905ee00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies = [
"calypso_diagnostic",
"itertools",
"lalrpop",
"lalrpop-util",
"lalrpop-util 0.20.0",
"lazy_static",
"logos",
]
Expand Down Expand Up @@ -711,7 +711,7 @@ dependencies = [
"diff",
"ena",
"itertools",
"lalrpop-util",
"lalrpop-util 0.19.12",
"petgraph",
"pico-args",
"regex",
Expand All @@ -724,13 +724,19 @@ dependencies = [

[[package]]
name = "lalrpop-util"
version = "0.19.8"
version = "0.19.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf796c978e9b4d983414f4caedc9273aa33ee214c5b887bd55fde84c85d2dc4"
checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
dependencies = [
"regex",
]

[[package]]
name = "lalrpop-util"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"

[[package]]
name = "lasso"
version = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/calypso_parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ calypso_base = { path = "../calypso_base", version = "0.1.0" }
calypso_common = { path = "../calypso_common", version = "0.1.0" }
calypso_ast = { path = "../calypso_ast", version = "0.1.0" }
lazy_static = "1.4.0"
lalrpop-util = "0.19.8"
lalrpop-util = "0.20.0"
logos = "0.12.1"
itertools = "0.10.5"

Expand Down

0 comments on commit 905ee00

Please sign in to comment.