From 8cc6e09a28957909ad2c660d5dd8be21ff4bfcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:46:27 +0000 Subject: [PATCH] cargo: bump pest from 2.2.0 to 2.2.1 Bumps [pest](https://github.com/pest-parser/pest) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.2.0...v2.2.1) --- 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 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 478929bf3..bbbafc833 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1012,9 +1012,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "823635055522a82e92ebd61dbe07ce53e180c8989cced4715eaec10baa1baeb7" +checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index f31113dcd..2e0775fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ hex = "0.4.3" itertools = "0.10.3" jujutsu-lib = { version = "=0.4.0", path = "lib"} maplit = "1.0.2" -pest = "2.2.0" +pest = "2.2.1" pest_derive = "2.1.0" rand = "0.8.5" regex = "1.6.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a465c76e5..f7a3202a8 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -28,7 +28,7 @@ git2 = "0.15.0" hex = "0.4.3" itertools = "0.10.3" maplit = "1.0.2" -pest = "2.2.0" +pest = "2.2.1" pest_derive = "2.1.0" protobuf = { version = "3.0.1", features = ["with-bytes"] } rand = "0.8.5"