From 476ae3ef859645af136cd00ad63f5f3d1aa14aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sat, 24 Jun 2017 23:10:00 +0200 Subject: [PATCH] Update the chrono dependency to 0.4 --- postgres-shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-shared/Cargo.toml b/postgres-shared/Cargo.toml index 035ef0ad6..d78b91bcc 100644 --- a/postgres-shared/Cargo.toml +++ b/postgres-shared/Cargo.toml @@ -23,7 +23,7 @@ phf = "=0.7.21" postgres-protocol = { version = "0.3", path = "../postgres-protocol" } bit-vec = { version = "0.4", optional = true } -chrono = { version = "0.3", optional = true } +chrono = { version = "0.4", optional = true } eui48 = { version = "0.1", optional = true } geo = { version = "0.4", optional = true } rustc-serialize = { version = "0.3", optional = true }