From 8a8b96a448a949c50e40966ead8eac0c730ce158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:00:49 +0000 Subject: [PATCH] cargo: bump pest from 2.6.0 to 2.6.1 Bumps [pest](https://github.com/pest-parser/pest) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.6.0...v2.6.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 849e9ee88..ae4ce614b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,9 +1187,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70" +checksum = "16833386b02953ca926d19f64af613b9bf742c48dcd5e09b32fbfc9740bf84e2" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index cba9f864f..67adb4a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ itertools = "0.10.5" jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } maplit = "1.0.2" once_cell = "1.18.0" -pest = "2.6.0" +pest = "2.6.1" pest_derive = "2.6" regex = "1.8.4" rpassword = "7.2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f271f6dce..59c169f6b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,7 +33,7 @@ hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" once_cell = "1.18.0" -pest = "2.6.0" +pest = "2.6.1" pest_derive = "2.6.0" prost = "0.11.9" rand = "0.8.5"