From bbd012666368c2888f927d07e8a62b063313e3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:56:45 +0200 Subject: [PATCH] build: bump pest from 2.3.0 to 2.3.1 (#4359) Bumps [pest](https://github.com/pest-parser/pest) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: pest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3eb47115..1873a4d92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,9 +1969,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4" +checksum = "cb779fcf4bb850fbbb0edc96ff6cf34fd90c4b1a112ce042653280d9a7364048" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index a9f6f2934..2ae7bee9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ once_cell = "1.14.0" open = "3.0.2" os_info = "3.5.0" path-slash = "0.2.1" -pest = "2.2.1" +pest = "2.3.1" pest_derive = "2.3.0" quick-xml = "0.24.0" rand = "0.8.5"