andrey-yantsen / plex-api.rs

Early alpha of library for communication with Plex API written in Rust
Apache License 2.0
27 stars 7 forks source link

chore(deps): update httpmock requirement from ^0.6 to ^0.7 #610

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Updates the requirements on httpmock to permit the latest version.

Release notes

Sourced from httpmock's releases.

v0.7.0

  • BREAKING CHANGES:

  • Improvements:

    • The dependency tree has been significantly slimmed down when the remote feature is not enabled.
    • If the new remote feature is not enabled, httpmock no longer has a dependency on a real HTTP client. As a result, certain TLS issues previously reported by users should no longer arise.
  • This release also updates all dependencies to the most recent version.

  • The minimum Rust version has been bumped to 1.70.

Changelog

Sourced from httpmock's changelog.

Version 0.7.0

  • BREAKING CHANGES:

  • Improvements:

    • The dependency tree has been significantly slimmed down when the remote feature is not enabled.
    • If the new remote feature is not enabled, httpmock no longer has a dependency on a real HTTP client. As a result, certain TLS issues previously reported by users should no longer arise.
  • This release also updates all dependencies to the most recent version.

  • The minimum Rust version has been bumped to 1.70.

Version 0.6.8

  • This is a maintenance release that updates all dependencies to the most recent version.
  • Fixes some dependency issues with the Docker image.

Version 0.6.7

  • This is a maintenance release that updates all dependencies to the most recent version.

Version 0.6.6

Version 0.6.5

Version 0.6.4

  • Fixed minimum Rust version in README (raised from 1.47 to 1.54, see release 0.6.3 for more information).

Version 0.6.3

  • This is a maintenance release that updates all dependencies to the most recent version.
  • Bumped minimum Rust version to 1.54 due to transitive dependency.

Version 0.6.2

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ae30bdf) 66.47% compared to head (c0962c8) 66.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #610 +/- ## ======================================= Coverage 66.47% 66.47% ======================================= Files 30 30 Lines 1730 1730 ======================================= Hits 1150 1150 Misses 580 580 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.