summaryrefslogtreecommitdiffstats
path: root/vendor/pest_meta/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/pest_meta/Cargo.toml')
-rw-r--r--vendor/pest_meta/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/pest_meta/Cargo.toml b/vendor/pest_meta/Cargo.toml
index 347b7db37..e08ede441 100644
--- a/vendor/pest_meta/Cargo.toml
+++ b/vendor/pest_meta/Cargo.toml
@@ -10,10 +10,10 @@
# See Cargo.toml.orig for the original contents.
[package]
-edition = "2018"
+edition = "2021"
rust-version = "1.56"
name = "pest_meta"
-version = "2.3.0"
+version = "2.5.2"
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
exclude = ["src/grammar.pest"]
include = [
@@ -24,7 +24,7 @@ include = [
"LICENSE-*",
]
description = "pest meta language parser and validator"
-homepage = "https://pest-parser.github.io/"
+homepage = "https://pest.rs/"
documentation = "https://docs.rs/pest"
readme = "_README.md"
keywords = [
@@ -41,8 +41,8 @@ repository = "https://github.com/pest-parser/pest"
version = "1.8.0"
[dependencies.pest]
-version = "2.3.0"
+version = "2.5.2"
-[build-dependencies.sha-1]
+[build-dependencies.sha1]
version = "0.10"
default-features = false