diff options
| author | Nathan Perry <np@nathanperry.dev> | 2022-11-28 09:17:56 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2022-11-28 09:17:56 -0500 |
| commit | ba1311124033abe11d9eb10f65fc5907ce890f8f (patch) | |
| tree | 301dc72ede224c9a8ca492c08234d4be65a39545 /Cargo.toml | |
| parent | ac135e728b8288024cb8ba17811d4e67da9ac5ac (diff) | |
rust: update dependencies
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" |
