From 568f053217ccb625f5874465ed63c5344d7210da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:03:53 +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: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f6437a4ebe..0dab4a44412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6885,9 +6885,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 = "typeface"