Skip to content

Commit

Permalink
chore(deps): bump pest_derive from 2.5.4 to 2.5.5 (#16373)
Browse files Browse the repository at this point in the history
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.5.4...v2.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2023
1 parent 0aa9a5e commit 18fedcf
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 @@ -10,5 +10,5 @@ license = "MPL-2.0"
itertools = { version = "0.10.5", default-features = false }
once_cell = { version = "1.17", default-features = false, features = ["std"] }
pest = { version = "2.5.5", default-features = false, features = ["std"] }
pest_derive = { version = "2.5.4", default-features = false, features = ["std"] }
pest_derive = { version = "2.5.5", default-features = false, features = ["std"] }
regex = { version = "1", default-features = false, features = ["std"] }

0 comments on commit 18fedcf

Please sign in to comment.