From 617e8fa0468472aeebe2ee05f42d8b3946575521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:03:15 +0000 Subject: [PATCH] Bump typed-arena from 2.0.1 to 2.0.2 Bumps [typed-arena](https://github.com/SimonSapin/rust-typed-arena) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/SimonSapin/rust-typed-arena/releases) - [Changelog](https://github.com/SimonSapin/rust-typed-arena/blob/master/CHANGELOG.md) - [Commits](https://github.com/SimonSapin/rust-typed-arena/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: typed-arena dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3936948..090d082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,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-segmentation" diff --git a/Cargo.toml b/Cargo.toml index 7b86808..755836a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ben White-Horne "] edition = "2018" [dependencies] -typed-arena = "2.0.1" +typed-arena = "2.0.2" hmap = "0.1.0" log = "0.4.17" pretty_env_logger = "0.4.0"