mozilla-services / common-rs

Common utilities for Mozilla server side apps
Mozilla Public License 2.0
3 stars 9 forks source link

Upgrade reqwest and clean-out additional audit exceptions #42

Closed birdsarah closed 2 years ago

birdsarah commented 2 years ago

This is a follow-on to #41. I had prematurely removed the audit.toml line about time as there was another dependency in the reqwest tree.

This updates reqwest to 0.11+ and uses the new reqwest blocking Client to keep the mozsvc-common/src/aws.rs code from needing to be async.