You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +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:
committed by
Quentin Gliech
parent
cd724bea76
commit
ef3e6fb920
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -4045,9 +4045,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pest"
|
name = "pest"
|
||||||
version = "2.7.4"
|
version = "2.7.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"
|
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@@ -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 = { version = "1.3.2", features = ["std", "sync"] }
|
||||||
icu_provider_adapters = { version = "1.3.2", features = ["std"] }
|
icu_provider_adapters = { version = "1.3.2", features = ["std"] }
|
||||||
pad = "0.1.6"
|
pad = "0.1.6"
|
||||||
pest = "2.7.4"
|
pest = "2.7.5"
|
||||||
pest_derive = "2.7.4"
|
pest_derive = "2.7.4"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
Reference in New Issue
Block a user