Skip to content
Snippets Groups Projects
Commit a8574fdf authored by renovate[bot]'s avatar renovate[bot] Committed by 🥺
Browse files

fix(deps): update rust crate serde_yaml to 0.9.32

parent 3d26210e
No related branches found
No related tags found
No related merge requests found
......@@ -2494,9 +2494,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.31"
version = "0.9.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
dependencies = [
"indexmap",
"itoa",
......
......@@ -40,7 +40,7 @@ http = "0.2.11"
# Used for ruma wrapper
serde_json = { version = "1.0.113", features = ["raw_value"] }
# Used for appservice registration files
serde_yaml = "0.9.31"
serde_yaml = "0.9.32"
# Used for pdu definition
serde = { version = "1.0.196", features = ["rc"] }
# Used for secure identifiers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment