Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Replace tempdir with tempfile #137

Closed jayvdb closed 11 months ago

jayvdb commented 11 months ago

tempdir suffers from https://osv.dev/RUSTSEC-2018-0017

Also bumps other dependencies.