From 6ead00c40fb43f7553ff653cc3a457ee4a1d96ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 04:25:07 +0000 Subject: [PATCH] chore(deps): bump pest from 2.7.0 to 2.7.1 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: pest 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 63b8fe0bb7..cbf52b6fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,9 +1753,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pest" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" +checksum = "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index 1db3a080e8..d1d5468c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ md-5 = { version = "0.10", optional = true } paste = { version = "1", default-features = false, optional = true } peeking_take_while = { version = "1.0.0", default-features = false, optional = true } percent-encoding = { version = "2.2", optional = true } -pest = { version = "2.7.0", default-features = false, optional = true, features = ["std"] } +pest = { version = "2.7.1", default-features = false, optional = true, features = ["std"] } pest_derive = { version = "2.7.0", default-features = false, optional = true, features = ["std"] } prettydiff = {version = "0.6", optional = true } prettytable-rs = { version = "0.10", default-features = false, optional = true }