From 39abc1693bfdd5e8385b3fa0c251fc57ed517241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:38:29 +0000 Subject: [PATCH] build(deps): 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. - [Changelog](https://github.com/thomcc/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 0914fa78..70542b29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,9 +1057,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 806d5825..85e8be99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ required-features = ["cli", "syntect"] doc = false [dependencies] -typed-arena = "2.0.1" +typed-arena = "2.0.2" regex = "1.5.5" once_cell = "1.19.0" entities = "1.0.1"