From 1656117e6a2d8b5b41fc91212dcb955f5e34c585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:13:36 +0000 Subject: [PATCH] cargo: bump pest from 2.5.5 to 2.5.6 Bumps [pest](https://github.com/pest-parser/pest) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.5.5...v2.5.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 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a25fcbc28..165b9b9ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,9 +1169,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.5.5" +version = "2.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" +checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index 1ffa807cf..2c844a1b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ itertools = "0.10.5" jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } maplit = "1.0.2" once_cell = "1.17.1" -pest = "2.5.5" +pest = "2.5.6" pest_derive = "2.5" regex = "1.7.1" rpassword = "7.2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ca1919f40..1a1d84ea3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -29,7 +29,7 @@ hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" once_cell = "1.17.1" -pest = "2.5.5" +pest = "2.5.6" pest_derive = "2.5.5" rand = "0.8.5" rand_chacha = "0.3.1"