Skip to content

Commit

Permalink
build(deps): bump pest_derive from 2.1.0 to 2.2.1 (MystenLabs#3662)
Browse files Browse the repository at this point in the history
* build(deps): bump pest_derive from 2.1.0 to 2.2.1

Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.1.0...v2.2.1)

---
updated-dependencies:
- dependency-name: pest_derive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): cargo hakari

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: François Garillot <[email protected]>
  • Loading branch information
dependabot[bot] and huitseeker authored Aug 1, 2022
1 parent 58e4b99 commit 0232a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,8 @@ pathdiff = { version = "0.2", default-features = false, features = ["camino"] }
peeking_take_while = { version = "0.1", default-features = false }
percent-encoding = { version = "2", default-features = false }
pest = { version = "2", features = ["std", "thiserror"] }
pest_derive = { version = "2", default-features = false }
pest_generator = { version = "2", default-features = false }
pest_derive = { version = "2", features = ["std"] }
pest_generator = { version = "2", default-features = false, features = ["std"] }
pest_meta = { version = "2", default-features = false }
petgraph-d8f496e17d97b5cb = { package = "petgraph", version = "0.5", features = ["graphmap", "matrix_graph", "stable_graph"] }
petgraph-3b31131e45eafb45 = { package = "petgraph", version = "0.6", features = ["graphmap", "matrix_graph", "stable_graph"] }
Expand Down

0 comments on commit 0232a15

Please sign in to comment.