Add serde feature to time crate
This commit is contained in:
@ -29,7 +29,7 @@ diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional
|
||||
lazy_static = { version = "1.4.0", optional = true }
|
||||
serde = { versions = "1.0.195", features = ["derive"] }
|
||||
openssl = { version = "0.10.63", optional = true }
|
||||
time = "0.3.34"
|
||||
time = { version = "0.3.34", features = ["serde"] }
|
||||
diesel_migrations = { version = "2.1.0", optional = true }
|
||||
actix-identity = { version = "0.7.0", optional = true }
|
||||
actix-session = { version = "0.9.0", features = ["redis-rs-session"], optional = true }
|
||||
|
Reference in New Issue
Block a user