tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.12k stars 32 forks source link

Drop old tempdir dep #357

Closed workingjubilee closed 1 year ago

workingjubilee commented 1 year ago

tempfile provides functions for tempdirs too, so we do not need an old, deprecated dep. This also gets rid of a minor dependabot advisory, not actually exploitable in our usage.

workingjubilee commented 1 year ago

@workingjubilee You have to actually run cargo test in order to check if tests compile, Jubilee, you can't get away with a quick cargo check unless it is cargo check --tests.