fix(deps): update rust crate serde to 1.0.197
This commit is contained in:
parent
ac3a3a84e2
commit
8fe42cb9e8
2 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ serde_json = { version = "1.0.114", features = ["raw_value"] }
|
|||
# Used for appservice registration files
|
||||
serde_yaml = "0.9.32"
|
||||
# Used for pdu definition
|
||||
serde = { version = "1.0.196", features = ["rc"] }
|
||||
serde = { version = "1.0.197", features = ["rc"] }
|
||||
# Used for secure identifiers
|
||||
rand = "0.8.5"
|
||||
# Used to hash passwords
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue