You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
20f2b5db74
commit
4ad3bfccbc
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -2293,7 +2293,7 @@ dependencies = [
|
||||
"reqwest",
|
||||
"schemars",
|
||||
"serde_json",
|
||||
"serde_yaml 0.9.2",
|
||||
"serde_yaml 0.9.4",
|
||||
"tokio",
|
||||
"tower",
|
||||
"tracing",
|
||||
@ -4005,9 +4005,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_yaml"
|
||||
version = "0.9.2"
|
||||
version = "0.9.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "826f989c0f374733af6c286f4822f293bc738def07e2782dc1cbb899960a504a"
|
||||
checksum = "79b7c9017c64a49806c6e8df8ef99b92446d09c92457f85f91835b01a8064ae0"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"itoa 1.0.2",
|
||||
@ -4969,9 +4969,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unsafe-libyaml"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9dc1c637311091be28e5d462c07db78081e5828da80ba22605c81c4ad6f7f813"
|
||||
checksum = "931179334a56395bcf64ba5e0ff56781381c1a5832178280c7d7f91d1679aeb0"
|
||||
|
||||
[[package]]
|
||||
name = "untrusted"
|
||||
|
@ -14,7 +14,7 @@ dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.10", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.13", features = ["full"] }
|
||||
hyper = { version = "0.14.20", features = ["full"] }
|
||||
serde_yaml = "0.9.2"
|
||||
serde_yaml = "0.9.4"
|
||||
serde_json = "1.0.82"
|
||||
url = "2.2.2"
|
||||
argon2 = { version = "0.4.1", features = ["password-hash"] }
|
||||
|
Reference in New Issue
Block a user