Skip to content

Commit

Permalink
Bump lalrpop from 0.19.8 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [lalrpop](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
  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 a77905f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
34 changes: 23 additions & 11 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.19.8",
"lazy_static",
"logos",
]
Expand Down Expand Up @@ -701,21 +701,21 @@ dependencies = [

[[package]]
name = "lalrpop"
version = "0.19.8"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b30455341b0e18f276fa64540aff54deafb54c589de6aca68659c63dd2d5d823"
checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8"
dependencies = [
"ascii-canvas",
"atty",
"bit-set",
"diff",
"ena",
"is-terminal",
"itertools",
"lalrpop-util",
"lalrpop-util 0.20.0",
"petgraph",
"pico-args",
"regex",
"regex-syntax",
"regex-syntax 0.7.5",
"string_cache",
"term",
"tiny-keccak",
Expand All @@ -727,6 +727,12 @@ name = "lalrpop-util"
version = "0.19.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf796c978e9b4d983414f4caedc9273aa33ee214c5b887bd55fde84c85d2dc4"

[[package]]
name = "lalrpop-util"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"
dependencies = [
"regex",
]
Expand Down Expand Up @@ -831,7 +837,7 @@ dependencies = [
"fnv",
"proc-macro2",
"quote",
"regex-syntax",
"regex-syntax 0.6.28",
"syn",
]

Expand Down Expand Up @@ -1032,9 +1038,9 @@ dependencies = [

[[package]]
name = "pico-args"
version = "0.4.2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"

[[package]]
name = "pin-project-lite"
Expand Down Expand Up @@ -1174,7 +1180,7 @@ checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"regex-syntax 0.6.28",
]

[[package]]
Expand All @@ -1183,7 +1189,7 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
"regex-syntax 0.6.28",
]

[[package]]
Expand All @@ -1192,6 +1198,12 @@ version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"

[[package]]
name = "regex-syntax"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"

[[package]]
name = "remove_dir_all"
version = "0.5.3"
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 @@ -22,4 +22,4 @@ logos = "0.12.1"
itertools = "0.10.5"

[build-dependencies]
lalrpop = "0.19.8"
lalrpop = "0.20.0"

0 comments on commit a77905f

Please sign in to comment.