From 3604dae3a19fb0d7ed31fa0edc2c1a7ff87a08ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:19:07 +0000 Subject: [PATCH] Bump pest from 2.7.3 to 2.7.4 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.3 to 2.7.4. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.3...v2.7.4) --- 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 b5f1e09..d18592d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1173,9 +1173,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" -version = "2.7.3" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" +checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4" dependencies = [ "memchr", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 1d760e2..1599d6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ encoding-functions = ["base64", "urlencoding"] [dependencies] regex = "1.9.5" -pest = "2.5.6" +pest = "2.7.4" pest_derive = "2.7.3" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96"