sqlx/sqlx-postgres
Anthony Dodd 3440440564 Set whoami default-features to false (#2319)
* Fixed typo. (#2156)

* Set whoami default-features to false

Otherwise, whoami pulls in web-sys, wasm-bindgen and a BUNCH of
additional dependencies. This is really unnecessary, and if
someone has an actual use case where they are attempting to connect
to postgres from a browser, well ... they've probably already been
pwned by now. If it is deemed necessary, then add an additional
activation feature for that specific slew of deps.

---------

Co-authored-by: Chris Foster <cdbfoster@gmail.com>
2023-02-21 13:25:25 -08:00
..
src fix: ensures recover from fail with PgCopyIn (#2179) 2023-02-21 13:25:25 -08:00
Cargo.toml Set whoami default-features to false (#2319) 2023-02-21 13:25:25 -08:00