8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
212 stars 17 forks source link

chore(deps): update rust crate mockall to 0.13 - autoclosed #362

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mockall workspace.dependencies minor 0.12 -> 0.13

Release Notes

asomers/mockall (mockall) ### [`v0.13.0`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0130---2024-07-21) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.12.1...v0.13.0) ##### Added - Add the ability to use `#[concretize]` with methods that have an `FnMut` argument. ([#​595](https://togithub.com/asomers/mockall/pull/595)) - Add the ability to mock methods that use `#[auto_enum]`, from the `auto_enums` crate. But only for methods that use RPIT; Mockall can't yet handle syntax like `-> Result<(), impl T>` ([#​590](https://togithub.com/asomers/mockall/pull/590)) - Add the ability to mock methods that use `#[inline]` or `#[cold]`, and methods or traits that use `#[must_use]`. ([#​555](https://togithub.com/asomers/mockall/pull/555)) ##### Changed - Raised MSRV to 1.71.0 due to the `C-unwind` ABI. ([#​585](https://togithub.com/asomers/mockall/pull/585)) - No longer poison a Context object's internal `Mutex` when panicing. This requires the "nightly" feature. ([#​527](https://togithub.com/asomers/mockall/pull/527)) ##### Fixed - Fixed panicing within mocked `extern "C"` functions, for example due to unsatisfied expectations, with Rust 1.81.0 or newer. ([#​585](https://togithub.com/asomers/mockall/pull/585))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package mockall@0.12.1 --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `mockall = "^0.12.1"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `atm0s-sdn-network v0.3.1 (https://github.com/giangndm/8xFF-decentralized-sdn.git?rev=1c82b687763e4abfb2f9fdbd39eb00ea7497bb1a#1c82b687)`
    ... which satisfies git dependency `atm0s-sdn-network` (locked to 0.3.1) of package `atm0s-sdn v0.1.10 (https://github.com/giangndm/8xFF-decentralized-sdn.git?rev=1c82b687763e4abfb2f9fdbd39eb00ea7497bb1a#1c82b687)`
    ... which satisfies git dependency `atm0s-sdn` (locked to 0.1.10) of package `atm0s-media-server v0.1.0 (/tmp/renovate/repos/github/8xFF/atm0s-media-server/bin)`
perhaps a crate was updated and forgotten to be re-vendored?
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 41.65%. Comparing base (314d417) to head (2797602).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #362 +/- ## ======================================= Coverage 41.65% 41.65% ======================================= Files 134 134 Lines 14159 14159 ======================================= Hits 5898 5898 Misses 8261 8261 ```

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