diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-20 21:11:43 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-20 21:11:43 +0200 |
commit | c2b09dbb88591d9695c1cd2227c5d559b4a8e775 (patch) | |
tree | 8773ae641ea61c90024c3e7b5dd184dbf6a3cbab /Cargo.lock | |
parent | 3c8b004d6ecb6764cd5bc935aaeaf884040320ab (diff) |
Add state for database
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" |