1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

build(deps): bump pest from 2.7.4 to 2.7.5

Bumps [pest](https://github.com/pest-parser/pest) from 2.7.4 to 2.7.5.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.7.4...v2.7.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-24 19:54:09 +00:00
committed by Quentin Gliech
parent cd724bea76
commit ef3e6fb920
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ icu_plurals = { version = "1.3.2", features = ["compiled_data", "std"] }
icu_provider = { version = "1.3.2", features = ["std", "sync"] }
icu_provider_adapters = { version = "1.3.2", features = ["std"] }
pad = "0.1.6"
pest = "2.7.4"
pest = "2.7.5"
pest_derive = "2.7.4"
serde.workspace = true
serde_json.workspace = true