fix(deps): update rust crate serde to 1.0.196
This commit is contained in:
parent
5b31cdf1b5
commit
5ef46c63e6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ serde_json = { version = "1.0.111", features = ["raw_value"] }
|
||||||
# Used for appservice registration files
|
# Used for appservice registration files
|
||||||
serde_yaml = "0.9.30"
|
serde_yaml = "0.9.30"
|
||||||
# Used for pdu definition
|
# Used for pdu definition
|
||||||
serde = { version = "1.0.195", features = ["rc"] }
|
serde = { version = "1.0.196", features = ["rc"] }
|
||||||
# Used for secure identifiers
|
# Used for secure identifiers
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
# Used to hash passwords
|
# Used to hash passwords
|
||||||
|
|
Loading…
Add table
Reference in a new issue