From ee0648b79a3487ec51d1ddc0ae317270627df655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:06:35 +0000 Subject: [PATCH] build(deps): bump pest from 2.7.5 to 2.7.6 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.5 to 2.7.6. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.5...v2.7.6) --- 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 a16ce0a..5c5d302 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "pest" -version = "2.7.5" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5" +checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06" dependencies = [ "memchr", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index f81784f..ab86a8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["xdr", "codec", "encode", "onc", "rpc"] categories = ["network-programming", "encoding", "parser-implementations", "parsing", "development-tools::build-utils"] [dependencies] -pest = "2.7.5" +pest = "2.7.6" pest_derive = "2.7.5" thiserror = "1.0.50" bytes = "1.5.0" \ No newline at end of file