alexliesenfeld / httpmock

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

Update futures_util #20

Closed ghost closed 3 years ago

ghost commented 3 years ago

The crate futures_util introduced a breaking change from 0.3.6 to 0.3.7.

By replacing futures_util::core_reexport::time::Duration with tokio::time::Duration we can build and run the tests on this new version of the dependency.

alexliesenfeld commented 3 years ago

FYI: I fixated all dependency version numbers in #19 so this should not happen again.