alexliesenfeld / httpmock

HTTP mocking library for Rust.
MIT License
435 stars 40 forks source link

Update isahc dependency to 1.7.2 #66

Closed diego-plan9 closed 2 years ago

diego-plan9 commented 2 years ago

A new release of isahc is available since a few days ago, which contains a number of vulnerability related fixes.

Would it be possible to update the httpmock crate so it depends on this version accordingly? Thanks!

diego-plan9 commented 2 years ago

On a second look - actually, the current specifier does allow 1.7.2 to be used without any extra changes. Self-closing the issue accordingly, and apologies for the noise!