Skip to content

Commit

Permalink
remove db pool from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 30, 2024
1 parent 6c534e1 commit 80fa184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ prost = "0.11.9"
geozero = "0.12.0"
diesel = {version = "2.1.5", features = ["extras", "url", "numeric", "r2d2"]}
postgis_diesel = "2.3.0"
db-pool = {version = "0.1.3", git = "https://github.com/catenarytransit/db-pool", features= ["diesel-async-postgres", "diesel-async-bb8"]}
diesel-async = "0.4.1"
diesel-async = {version = "0.4.1", features = ["postgres", "bb8"]}
diesel-derive-newtype = "2.1.1"
async-std = {version = "1.5.3"}
geo-repair-polygon = "0.1.2"
Expand Down

0 comments on commit 80fa184

Please sign in to comment.