From 7f02de78e5ec4e1c6a0b67e77efd10b91a5da288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:31:18 +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 5b70343..3644af3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,9 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[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 9b136d7..b36a6d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ categories = [ [dependencies] anyhow = "1.0.75" clap = { version = "4.4.4", features = ["derive"] } -pest = "2.7.3" +pest = "2.7.4" pest_derive = "2.7.3" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107"