prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 62 forks source link

tech-debt: use upstream mobc + small fixes #438

Closed miguelff closed 1 year ago

miguelff commented 1 year ago

Tracked in https://github.com/prisma/client-planning/issues/312 (private)

Necessary for https://github.com/prisma/prisma-engines/pull/3833

Updates quaint to use upstream mobc, and connection-string 0.2, which doesn't cause conflicts in prisma-engines, like the last patch of 0.1 did.