1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump serde_yaml from 0.9.2 to 0.9.4

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.2 to 0.9.4.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.2...0.9.4)

---
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:
dependabot[bot]
2022-08-03 13:29:01 +00:00
committed by Quentin Gliech
parent 20f2b5db74
commit 4ad3bfccbc
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -2293,7 +2293,7 @@ dependencies = [
"reqwest", "reqwest",
"schemars", "schemars",
"serde_json", "serde_json",
"serde_yaml 0.9.2", "serde_yaml 0.9.4",
"tokio", "tokio",
"tower", "tower",
"tracing", "tracing",
@ -4005,9 +4005,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_yaml" name = "serde_yaml"
version = "0.9.2" version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826f989c0f374733af6c286f4822f293bc738def07e2782dc1cbb899960a504a" checksum = "79b7c9017c64a49806c6e8df8ef99b92446d09c92457f85f91835b01a8064ae0"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"itoa 1.0.2", "itoa 1.0.2",
@ -4969,9 +4969,9 @@ dependencies = [
[[package]] [[package]]
name = "unsafe-libyaml" name = "unsafe-libyaml"
version = "0.2.1" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dc1c637311091be28e5d462c07db78081e5828da80ba22605c81c4ad6f7f813" checksum = "931179334a56395bcf64ba5e0ff56781381c1a5832178280c7d7f91d1679aeb0"
[[package]] [[package]]
name = "untrusted" name = "untrusted"

View File

@ -14,7 +14,7 @@ dotenv = "0.15.0"
schemars = { version = "0.8.10", features = ["url", "chrono"] } schemars = { version = "0.8.10", features = ["url", "chrono"] }
tower = { version = "0.4.13", features = ["full"] } tower = { version = "0.4.13", features = ["full"] }
hyper = { version = "0.14.20", features = ["full"] } hyper = { version = "0.14.20", features = ["full"] }
serde_yaml = "0.9.2" serde_yaml = "0.9.4"
serde_json = "1.0.82" serde_json = "1.0.82"
url = "2.2.2" url = "2.2.2"
argon2 = { version = "0.4.1", features = ["password-hash"] } argon2 = { version = "0.4.1", features = ["password-hash"] }