Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit a7a2aef

Browse files
committed
Upgrade lalrpop
1 parent 9787548 commit a7a2aef

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

Cargo.lock

+6-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/parser/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = ["dep:serde", "rustpython-compiler-core/serde"]
1414

1515
[build-dependencies]
1616
anyhow = { workspace = true }
17-
lalrpop = { version = "0.19.9", optional = true }
17+
lalrpop = { version = "0.19.10", optional = true }
1818
phf_codegen = "0.11.1"
1919
tiny-keccak = { version = "2", features = ["sha3"] }
2020

@@ -31,7 +31,7 @@ unicode_names2 = { workspace = true }
3131

3232
unic-emoji-char = "0.9.0"
3333
unic-ucd-ident = "0.9.0"
34-
lalrpop-util = "0.19.9"
34+
lalrpop-util = "0.19.10"
3535
phf = "0.11.1"
3636
rustc-hash = "1.1.0"
3737
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)