Skip to content

Commit

Permalink
chore(deps): bump pest_derive from 2.2.1 to 2.3.0 (#14044)
Browse files Browse the repository at this point in the history
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.2.1...v2.3.0)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2022
1 parent 2448fa8 commit 19b3d89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 lib/datadog/search-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
itertools = { version = "0.10.3", default-features = false }
once_cell = { version = "1.13", default-features = false, features = ["std"] }
pest = { version = "2.3.0", default-features = false, features = ["std"] }
pest_derive = { version = "2.2.1", default-features = false, features = ["std"] }
pest_derive = { version = "2.3.0", default-features = false, features = ["std"] }
regex = { version = "1", default-features = false, features = ["std"] }

0 comments on commit 19b3d89

Please sign in to comment.