You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tokio-postgres doesn't appear to re-export it however: https://docs.rs/tokio-postgres/latest/tokio_postgres/#reexports. If we were to use the re-exported fallible_iterator for the sync postgres only we'd need to have two types of imports in the codegen, which I don't really think is worth doing.
This is the only outdated dependency we have. The
postgres
crate exportsfallible_iterator
, which we could use.The text was updated successfully, but these errors were encountered: