diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -363,10 +363,10 @@ dependencies = [ "futures-util", "lazy_static", "postgis", - "postgres", "serde", "serde_json", "tokio", + "tokio-postgres", "tower-http", "tracing", "tracing-subscriber", @@ -1165,20 +1165,6 @@ dependencies = [ ] [[package]] -name = "postgres" -version = "0.19.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c9ec84ab55b0f9e418675de50052d494ba893fd28c65769a6e68fcdacbee2b8" -dependencies = [ - "bytes", - "fallible-iterator", - "futures-util", - "log", - "tokio", - "tokio-postgres", -] - -[[package]] name = "postgres-protocol" version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" |