LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
624 stars 72 forks source link

Run cargo update and upgrade. #98

Closed ghost closed 2 years ago

ghost commented 2 years ago

Looks like it was fairly easy to upgrade the packages, so I decided to open a PR. Let me know if you need anything else!

LukeMathWalker commented 2 years ago

This is unfortunately undesirable for a library: we want to use the lowest possible version that provides the functionality we need in order to maximise compatibility with the users of the crate.

ghost commented 2 years ago

@LukeMathWalker ah, you're right, my bad. Thanks for the quick response. TIL :)

LukeMathWalker commented 2 years ago

No worries at all! 😄