From a1591477bb4608ebc52cae3e26cdb8ed55853fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:14:43 +0000 Subject: [PATCH] cargo: bump pest from 2.5.2 to 2.5.3 Bumps [pest](https://github.com/pest-parser/pest) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.5.2...v2.5.3) --- 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 6c931f002..44d042cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,9 +1157,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.5.2" +version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4" +checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index a0d5c3102..9e718cc09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ itertools = "0.10.5" jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false } maplit = "1.0.2" once_cell = "1.17.0" -pest = "2.5.2" +pest = "2.5.3" pest_derive = "2.5" regex = "1.7.1" rpassword = "7.2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 29f15eac2..20ffc01d7 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.0" -pest = "2.5.2" +pest = "2.5.3" pest_derive = "2.5.2" rand = "0.8.5" rand_chacha = "0.3.1"