aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4140ad8..4beb2d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,8 +35,8 @@ statrs = "^0.10"
fnv = "~1.0"
pest = "~2.1"
pest_derive = "~2.1"
-postgres = { version = "^0.15", optional = true, features = ["with-chrono"] }
-r2d2_postgres = { version = "^0.14", optional = true }
+postgres = { version = "^0.19", optional = true, features = ["with-chrono-0_4"] }
+r2d2_postgres = { version = "^0.18", optional = true }
envconfig = "^0.8"
envconfig_derive = "^0.8"