fix(postgres): remove home crate in favor of std::env::home_dir (#4171)
`home_dir()` was fixed in Rust 1.85 (rust-lang/rust#132515) and un-deprecated in 1.87 (rust-lang/rust#137327). Since our MSRV is 1.86, the function is correct but still carries a deprecation warning until MSRV is bumped to 1.87. This will allow other targets to compile including WebAssembly, see https://github.com/rust-lang/cargo/issues/12297
B
Bailey Hayes committed
0a9eac18769cece9bec8483ff5b02be0484a0b9f
Parent: d9b3340
Committed by GitHub <noreply@github.com>
on 2/27/2026, 10:15:47 PM