Skip to content

Commit

Permalink
Merge pull request #37 from rscarson/dependabot/cargo/pest_derive-2.4.0
Browse files Browse the repository at this point in the history
Bump pest_derive from 2.2.1 to 2.4.0
  • Loading branch information
rscarson authored Nov 3, 2022
2 parents 63374ea + 39e518c commit fdc2fee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extensions = ["js-sandbox"]
[dependencies]
regex = "1.6.0"
pest = "2.4.0"
pest_derive = "2.2.1"
pest_derive = "2.4.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
reqwest = { version = "0.11.12", features = ["blocking"] }
Expand Down

0 comments on commit fdc2fee

Please sign in to comment.