Merge pull request #4024 from roc-lang/dependabot/cargo/pest_derive-2.3.1

Bump pest_derive from 2.1.0 to 2.3.1
This commit is contained in:
Ayaz 2022-10-08 14:32:25 -05:00 committed by GitHub
commit 2f2ee654a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 83 deletions

View file

@ -47,7 +47,7 @@ cgmath = "0.18.0"
snafu = { version = "0.7.1", features = ["backtraces"] }
colored = "2.0.0"
pest = "2.3.1"
pest_derive = "2.1.0"
pest_derive = "2.3.1"
copypasta = "0.8.1"
palette = "0.6.1"
confy = { git = 'https://github.com/rust-cli/confy', features = [