diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
