mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 21:55:26 +00:00
Bump phf to 0.11 series
string_cache is still using phf_shared 0.10.0 though
This commit is contained in:
parent
d9df131720
commit
f74e44d1e8
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ default = ["lalrpop"] # removing this causes potential build failure
|
|||
[build-dependencies]
|
||||
anyhow = "1.0.45"
|
||||
lalrpop = { version = "0.19.8", optional = true }
|
||||
phf_codegen = "0.10"
|
||||
phf_codegen = "0.11.1"
|
||||
tiny-keccak = { version = "2", features = ["sha3"] }
|
||||
|
||||
[dependencies]
|
||||
|
@ -27,7 +27,7 @@ lalrpop-util = "0.19.8"
|
|||
log = "0.4.16"
|
||||
num-bigint = "0.4.3"
|
||||
num-traits = "0.2.14"
|
||||
phf = "0.10.1"
|
||||
phf = "0.11.1"
|
||||
rustc-hash = "1.1.0"
|
||||
thiserror = "1.0"
|
||||
unic-emoji-char = "0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue