From 60c81f3d030c871b511535659e73cbc5a76f988c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 03:09:16 -0400 Subject: [PATCH] build: bump pest from 2.1.3 to 2.2.1 (#4220) Bumps [pest](https://github.com/pest-parser/pest) from 2.1.3 to 2.2.1. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/commits/v2.2.1) --- updated-dependencies: - dependency-name: pest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ba0b67b5..07c8b9412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,10 +1439,11 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.1.3" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" +checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8" dependencies = [ + "thiserror", "ucd-trie", ] diff --git a/Cargo.toml b/Cargo.toml index 0f04a34db..2f4fa62ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ once_cell = "1.13.0" open = "3.0.2" os_info = "3.4.0" path-slash = "0.2.0" -pest = "2.1.3" +pest = "2.2.1" pest_derive = "2.1.0" quick-xml = "0.23.0" rand = "0.8.5"