diff options
Diffstat (limited to 'vendor/pest_meta/Cargo.toml')
-rw-r--r-- | vendor/pest_meta/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/pest_meta/Cargo.toml b/vendor/pest_meta/Cargo.toml index e08ede441..75e7d097c 100644 --- a/vendor/pest_meta/Cargo.toml +++ b/vendor/pest_meta/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.56" name = "pest_meta" -version = "2.5.2" +version = "2.5.7" authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"] exclude = ["src/grammar.pest"] include = [ @@ -41,8 +41,8 @@ repository = "https://github.com/pest-parser/pest" version = "1.8.0" [dependencies.pest] -version = "2.5.2" +version = "2.5.7" -[build-dependencies.sha1] +[build-dependencies.sha2] version = "0.10" default-features = false |