chore: migrate to revolt_optional_struct

This commit is contained in:
Paul Makles
2023-04-22 17:56:24 +01:00
parent bbe1f4936c
commit 633eb78630
4 changed files with 4 additions and 4 deletions

View File

@@ -26,10 +26,10 @@ default = [ "test" ]
[dependencies]
# Serialisation
revolt_optional_struct = "0.2.0"
serde = { version = "1", features = ["derive"] }
validator = { version = "0.14", features = ["derive"] }
iso8601-timestamp = { version = "0.1.8", features = ["schema", "bson"] }
optional_struct = { git = "https://github.com/insertish/OptionalStruct", rev = "ee56427cee1f007839825d93d07fffd5a5e038c7" }
# Formats
bincode = "1.3.3"