alexliesenfeld / httpmock

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

Dependency Updates #27

Closed alexliesenfeld closed 3 years ago

alexliesenfeld commented 3 years ago

This PR updates all dependencies.

This will require a minimum Rust version 1.45+ (up from 1.43+).

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (36f5ee3) into master (e8dea6e) will decrease coverage by 0.07%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   88.05%   87.97%   -0.08%     
==========================================
  Files          52       52              
  Lines        2403     2396       -7     
==========================================
- Hits         2116     2108       -8     
- Misses        287      288       +1     
Impacted Files Coverage Δ
src/api/adapter/standalone.rs 65.76% <ø> (ø)
src/api/mock.rs 79.19% <ø> (-0.95%) :arrow_down:
tests/examples/binary_body_tests.rs 100.00% <ø> (ø)
tests/examples/cookie_tests.rs 100.00% <ø> (ø)
tests/examples/custom_request_matcher_tests.rs 100.00% <ø> (ø)
tests/examples/headers_tests.rs 100.00% <ø> (ø)
tests/examples/json_body_tests.rs 100.00% <ø> (ø)
tests/examples/showcase_tests.rs 100.00% <ø> (ø)
tests/examples/string_body_tests.rs 100.00% <ø> (ø)
tests/internal/deprecated/binary_body_tests.rs 100.00% <ø> (ø)
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e8dea6e...36f5ee3. Read the comment docs.