summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMario Krehl <mario-krehl@gmx.de>2017-12-10 11:47:03 +0100
committerMario Krehl <mario-krehl@gmx.de>2017-12-10 11:47:03 +0100
commit9bc85993c5edef3dac2665412fe36d9b80d2be8f (patch)
tree9d00f80fbc67418437043b12ddafcb363612f198 /Cargo.lock
parent244dd40b420a6cdbce9b1d8ee92498e96d673c45 (diff)
Add serde feature to dependency chrono
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 77e855e..08eb603 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -105,6 +105,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
]