From b635d37e3dae495d282f69b794cb2b72f50009fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:18:16 +0000 Subject: [PATCH] build(deps): bump pest from 2.7.12 to 2.7.13 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.12 to 2.7.13. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.12...v2.7.13) --- 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 c7ce75a..10fa284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,9 +592,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pest" -version = "2.7.12" +version = "2.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" +checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" dependencies = [ "memchr", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index cf35080..36608bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ multimap = "0.10.0" num-derive = "0.4.2" num-traits = "0.2.19" once_cell = "1.20.0" -pest = "2.7.12" +pest = "2.7.13" pest-ast = "0.3.4" pest_derive = "2.7.12" phf = { version = "0.11.2", features = ["macros"] }