mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

RUST-2012 Fix cargo deny configuration #1181

Closed abr-egn closed 3 months ago

abr-egn commented 3 months ago

RUST-2012

A bunch of fields had been deprecated for a while and became hard errors. Turns out we could drop them all from the config because the behavior sans field is now what we'd been setting (i.e. deny all the things).