From e3824d0fe5bf3e6619d91cb4aa3a526dea453d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:03:44 -0700 Subject: [PATCH] Bump pest from 2.7.12 to 2.7.13 (#299) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dtrace-parser/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8093c83..7477b2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,9 +565,9 @@ dependencies = [ [[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/dtrace-parser/Cargo.toml b/dtrace-parser/Cargo.toml index 899894b..6c20f2e 100644 --- a/dtrace-parser/Cargo.toml +++ b/dtrace-parser/Cargo.toml @@ -7,7 +7,7 @@ description = "Parse DTrace provider definitions into Rust" repository = "https://github.com/oxidecomputer/usdt.git" [dependencies] -pest = "2.7.12" +pest = "2.7.13" pest_derive = "2.7.12" thiserror = "1.0.64"