Update typed-arena library version

This is perf neutral: a tiny win for typing_before.ml, and an een
smaller regressio for slow_before.rs.
pull/558/head
Wilfred Hughes 2023-08-17 23:55:24 +07:00
parent 11a96e5aec
commit dac3cd9ed5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -936,9 +936,9 @@ dependencies = [
[[package]]
name = "typed-arena"
version = "2.0.1"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "unicode-ident"

@ -35,7 +35,7 @@ pkg-fmt = "zip"
regex = ">= 1.7, < 1.8"
clap = { version = "3.1.8", features = ["cargo", "env", "wrap_help"] }
itertools = "0.10.1"
typed-arena = "2.0.1"
typed-arena = "2.0.2"
rustc-hash = "1.1.0"
strsim = "0.10.0"
lazy_static = "1.4.0"