From 1dfed2b15c81b7718f25b34f5bfeaf10f093be1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:55:19 +0000 Subject: [PATCH] Bump utf8-chars from 3.0.2 to 3.0.3 Bumps [utf8-chars](https://github.com/A1-Triard/utf8-chars) from 3.0.2 to 3.0.3. - [Commits](https://github.com/A1-Triard/utf8-chars/commits) --- updated-dependencies: - dependency-name: utf8-chars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- parser/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 032d0553..35513386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2095,9 +2095,9 @@ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "utf8-chars" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52a8d9bfcaafb39b9533e9d2da61ced3ec86080358347fd25504ddee6fc23b4e" +checksum = "bb8b618e8c34f77c00710bbe6adaff80f3c856296be49241071e1aa08df45cec" dependencies = [ "arrayvec", ] diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 3eec48d8..2e1a84d6 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -21,7 +21,7 @@ indenter = "0.3.3" peg = "0.8.3" thiserror = "1.0.58" tracing = "0.1.40" -utf8-chars = "3.0.2" +utf8-chars = "3.0.3" [dev-dependencies] anyhow = "1.0.82"