Skip to content

Commit c0ab8e8

Browse files
authored
Merge pull request RustPython#4464 from akx/bump-phf
Bump phf to 0.11 series
2 parents 78e815c + 6d927ef commit c0ab8e8

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

Cargo.lock

Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = ["lalrpop"] # removing this causes potential build failure
1414
[build-dependencies]
1515
anyhow = "1.0.45"
1616
lalrpop = { version = "0.19.8", optional = true }
17-
phf_codegen = "0.10"
17+
phf_codegen = "0.11.1"
1818
tiny-keccak = { version = "2", features = ["sha3"] }
1919

2020
[dependencies]
@@ -27,7 +27,7 @@ lalrpop-util = "0.19.8"
2727
log = "0.4.16"
2828
num-bigint = "0.4.3"
2929
num-traits = "0.2.14"
30-
phf = "0.10.1"
30+
phf = "0.11.1"
3131
rustc-hash = "1.1.0"
3232
thiserror = "1.0"
3333
unic-emoji-char = "0.9.0"

0 commit comments

Comments
 (0)