mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
chore(appservice): Upgrade serde_yaml
This commit is contained in:
@@ -37,7 +37,7 @@ regex = "1.5.5"
|
||||
ruma = { git = "https://github.com/ruma/ruma", rev = "ca8c66c885241a7ba3805399604eda4a38979f6b", features = ["client-api-c", "appservice-api-s"] }
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
serde_yaml = "0.8.23"
|
||||
serde_yaml = "0.9.4"
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread"] }
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.34"
|
||||
|
||||
Reference in New Issue
Block a user