You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump serde_yaml from 0.8.23 to 0.8.24
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.23 to 0.8.24. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.23...0.8.24) --- updated-dependencies: - dependency-name: serde_yaml 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
c870181a32
commit
783bb43a05
@ -14,7 +14,7 @@ dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.8", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.12", features = ["full"] }
|
||||
hyper = { version = "0.14.18", features = ["full"] }
|
||||
serde_yaml = "0.8.23"
|
||||
serde_yaml = "0.8.24"
|
||||
serde_json = "1.0.80"
|
||||
url = "2.2.2"
|
||||
argon2 = { version = "0.4.0", features = ["password-hash"] }
|
||||
|
Reference in New Issue
Block a user