diff --git a/Cargo.lock b/Cargo.lock index 56214647b..f83139601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index fc37d8baa..9eece16f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"