mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
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] <support@github.com>
This commit is contained in:
parent
cb7d96d236
commit
8a8b96a448
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue