Closed nathan-at-least closed 1 year ago
See https://rustsec.org/advisories/RUSTSEC-2022-0090 for security advisory.
This was detected with cargo install cargo-audit ; cargo audit.
cargo install cargo-audit ; cargo audit
This resolves #19.
Note, I only verified unittests with cargo test -p schemer-rusqlite because I do not have postgres setup.
cargo test -p schemer-rusqlite
Thanks! This required bumping the MSRV from 1.56 to 1.59. I'll publish a patch release shortly.
Released, though I neglected to note this in the changelog 🤦
See https://rustsec.org/advisories/RUSTSEC-2022-0090 for security advisory.
This was detected with
cargo install cargo-audit ; cargo audit
.This resolves #19.
Note, I only verified unittests with
cargo test -p schemer-rusqlite
because I do not have postgres setup.