Add serde feature to time crate
This commit is contained in:
parent
bd7b1ebd1a
commit
69eb1e866a
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -837,6 +837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
|
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"powerfmt",
|
"powerfmt",
|
||||||
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -29,7 +29,7 @@ diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional
|
|||||||
lazy_static = { version = "1.4.0", optional = true }
|
lazy_static = { version = "1.4.0", optional = true }
|
||||||
serde = { versions = "1.0.195", features = ["derive"] }
|
serde = { versions = "1.0.195", features = ["derive"] }
|
||||||
openssl = { version = "0.10.63", optional = true }
|
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 }
|
diesel_migrations = { version = "2.1.0", optional = true }
|
||||||
actix-identity = { version = "0.7.0", optional = true }
|
actix-identity = { version = "0.7.0", optional = true }
|
||||||
actix-session = { version = "0.9.0", features = ["redis-rs-session"], optional = true }
|
actix-session = { version = "0.9.0", features = ["redis-rs-session"], optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user