aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2022-11-28 09:17:56 -0500
committerNathan Perry <np@nathanperry.dev>2022-11-28 09:17:56 -0500
commitba1311124033abe11d9eb10f65fc5907ce890f8f (patch)
tree301dc72ede224c9a8ca492c08234d4be65a39545 /Cargo.toml
parentac135e728b8288024cb8ba17811d4e67da9ac5ac (diff)
rust: update dependencies
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"